:root {
    --alg-content-max-width: 1340px;
}

#wp--skip-link--target{
    /*text-align:center;*/
}

h1.wp-block-post-title{
    /* margin-left:0px !important; */
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: var(--alg-content-max-width)!important;
}

.wp-block-group .alignfull {
    /* display:inline-flex; */
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
    justify-content: space-between;
}

.alg-account-panel {
    max-width: var(--alg-content-max-width);
    margin: 0 auto;
}

.alg-menu-vendor-zone > a {
    font-weight: 700;
    color: #0f6b4f !important;
    border-bottom: 2px solid #0f6b4f;
}

.alg-menu-vendor-zone > a:hover,
.alg-menu-vendor-zone.current-menu-item > a {
    color: #084b39 !important;
}

.alg-account-choice {
    max-width: 760px;
    margin: 32px auto;
    padding: 28px;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    background: #fff;
}

.alg-account-entry-standalone {
    width: min(900px, calc(100% - 32px));
    margin: 0 auto;
}

.alg-account-choice h2 {
    margin-top: 0;
}

.alg-primary-button {
    background: #0f6b4f !important;
    border-color: #0f6b4f !important;
    color: #fff !important;
}

.alg-vendor-zone-auth-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.alg-vendor-zone-prequal-card {
    border: 1px solid #c3d9ee;
    border-radius: 8px;
    padding: 18px;
    background: #f6fbff;
    margin-top: 18px;
}

.alg-vendor-zone-prequal-card h3 {
    margin-top: 0;
}

.alg-vendor-zone-auth-card {
    border: 1px solid #dcdcde;
    border-radius: 8px;
    padding: 18px;
    background: #fff;
}

.alg-vendor-zone-auth-card h3 {
    margin-top: 0;
}

.alg-vendor-zone-auth-card input[type="email"],
.alg-vendor-zone-auth-card input[type="password"],
.alg-vendor-zone-auth-card input[type="text"] {
    width: 100%;
    max-width: 100%;
}


.alg-account-panel h2 {
    margin-bottom: 10px;
}

.entry-content {
    /* display:inline-flex; */
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    /* align-items: stretch; */
    padding: 0!important;
    margin: 0!important;
    margin-block: 0!important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: var(--alg-content-max-width)!important;
}
.wp-block-post-content-is-layout-constrained {
    max-width: 100%!important;

}
.alg-card {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    padding: 18px;
    margin: 18px 0;
}

.alg-card-dev {
    border-color: #b7d4ea;
    background: #f6fbff;
}

.alg-card-lab {
    border-color: #9dc3e6;
    background: #f5faff;
}

.alg-observation-panel,
.alg-extension-lab-inner {
    border: 1px solid #c3d9ee;
    border-radius: 6px;
    background: #fff;
    padding: 14px;
    margin-top: 14px;
}

.alg-card h3,
.alg-card h4 {
    margin-top: 0;
}

.alg-plans-page {
    max-width: 980px;
}

.alg-current-plan-card {
    background: #fff;
    border: 1px solid #c8d7d0;
    border-left: 4px solid #0f6b4f;
    border-radius: 8px;
    padding: 18px;
    margin: 18px 0 24px;
}

.alg-current-plan-card h3 {
    margin-top: 0;
}

.alg-plan-catalog {
    margin-top: 24px;
}

.alg-plan-catalog h3 {
    margin-bottom: 12px;
}

.alg-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    align-items: stretch;
}

.alg-plan-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
}

.alg-plan-card h4 {
    margin-bottom: 8px;
}

.alg-plan-status {
    margin-top: auto;
}

.alg-plan-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 12px;
}

.alg-subscription-engine-card {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    margin-top: 18px;
    padding: 18px;
}

.alg-subscription-matrix-wrap {
    overflow-x: auto;
    margin-top: 12px;
}

.alg-subscription-matrix {
    border-collapse: collapse;
    min-width: 720px;
    width: 100%;
}

.alg-subscription-matrix th,
.alg-subscription-matrix td {
    border: 1px solid #dcdcde;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.alg-subscription-matrix thead th {
    background: #f6f7f7;
}

.alg-subscription-matrix .alg-current-subscription-plan {
    background: #ecfdf3;
}

.alg-subscription-option-state label {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    white-space: nowrap;
}

.alg-state-included {
    background: #f0fdf4;
}

.alg-state-optional {
    background: #eff6ff;
}

.alg-state-unavailable {
    background: #f6f7f7;
    color: #646970;
}

.alg-subscription-checkout-placeholder {
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 6px;
    margin-top: 14px;
    padding: 12px;
}

.alg-subscription-configurator {
    display: block;
    gap: 18px;
    margin-top: 18px;
    padding-bottom: 76px;
}

.alg-subscription-configurator .alg-section-lede {
    color: #50575e;
    margin-bottom: 12px;
}

.alg-subscription-configurator-header {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    margin-bottom: 18px;
    padding: 18px;
}

.alg-subscription-configurator-header h3 {
    margin-top: 0;
}

.alg-configurator-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 0;
}

.alg-configurator-legend span,
.alg-badge,
.alg-rights-pill,
.alg-rule-pill {
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 8px;
}

.alg-badge-current,
.alg-rights-owned,
.alg-rights-included,
.alg-rule-included {
    background: #e7f8ec;
    color: #14532d;
}

.alg-badge-selected,
.alg-rule-optional {
    background: #eaf2ff;
    color: #1d4f91;
}

.alg-rule-unavailable,
.alg-rights-missing {
    background: #f1f1f1;
    color: #646970;
}

.alg-rights-incompatible {
    background: #fff4e5;
    color: #8a4b00;
}

.alg-subscription-matrix-wrap {
    border: 1px solid #dcdcde;
    border-radius: 8px;
}

.alg-configurator-table-wrap {
    border: 1px solid #dcdcde;
    border-radius: 8px;
    overflow-x: auto;
}

.alg-subscription-matrix,
.alg-configurator-table {
    border-collapse: collapse;
    min-width: 1060px;
    width: 100%;
}

.alg-subscription-matrix th,
.alg-subscription-matrix td,
.alg-configurator-table th,
.alg-configurator-table td {
    border: 1px solid #dcdcde;
    background: #fff;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.alg-subscription-matrix thead th,
.alg-configurator-table thead th {
    background: #f6f7f7;
    position: sticky;
    top: 0;
    z-index: 1;
}

.alg-feature-column,
.alg-configurator-feature-col {
    min-width: 280px;
    width: 30%;
}

.alg-feature-name {
    font-weight: 700;
}

.alg-feature-meta {
    color: #646970;
    font-size: 12px;
    margin-top: 3px;
}

.alg-plan-column,
.alg-configurator-plan-col {
    min-width: 130px;
    width: 14%;
}

.alg-configurator-rights-col {
    min-width: 150px;
    width: 14%;
}

.alg-plan-header,
.alg-plan-heading {
    display: grid;
    gap: 8px;
}

.alg-plan-title,
.alg-plan-name {
    font-weight: 700;
}

.alg-plan-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.alg-duration-buttons,
.alg-addon-duration-group,
.alg-plan-duration-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.alg-duration-buttons .button,
.alg-addon-duration-group .button,
.alg-plan-duration-controls .button,
.alg-addon-actions .button,
.alg-consider-plan-btn {
    min-height: 30px;
    padding: 3px 9px;
}

.alg-duration-buttons .is-selected,
.alg-addon-duration-group .is-selected,
.alg-plan-duration-controls .is-selected,
.alg-addon-actions .is-selected,
.alg-consider-plan-btn.is-selected {
    background: #0f6b4f;
    border-color: #0f6b4f;
    color: #fff;
    box-shadow: 0 0 0 2px #9fc7b8;
}

.alg-rule-cell,
.alg-rights-cell,
.alg-addon-cell,
.alg-configurator-rule-cell,
.alg-configurator-rights-cell,
.alg-configurator-addon-cell {
    text-align: center;
}

.alg-category-row th,
.alg-configurator-category-row th {
    background: #f6f7f7;
    color: #1d2327;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.alg-configurator-table .is-considered-plan {
    background: #eaf7f1;
    box-shadow: inset 0 0 0 3px #0f6b4f;
}

.alg-configurator-table .is-considered-cell {
    box-shadow: inset 3px 0 0 #0f6b4f, inset -3px 0 0 #0f6b4f;
}

.alg-configurator-table tbody tr:last-child .is-considered-cell {
    box-shadow: inset 3px 0 0 #0f6b4f, inset -3px 0 0 #0f6b4f, inset 0 -3px 0 #0f6b4f;
}

.alg-configurator-feature-col.is-preview-available {
    background: #e7f8ec;
    border-left: 4px solid #0f6b4f;
}

.alg-option-title,
.alg-option-code,
.alg-rule-symbol,
.alg-rule-text,
.alg-addon-state-text {
    display: block;
}

.alg-option-code,
.alg-rule-text,
.alg-addon-state-text,
.alg-muted-duration,
.alg-warning-text {
    color: #646970;
    font-size: 12px;
}

.alg-configurator-rule-cell.alg-rule-included {
    background: #f0fdf4;
}

.alg-configurator-rule-cell.alg-rule-optional {
    background: #eff6ff;
}

.alg-configurator-rule-cell.is-addon-selected,
.alg-configurator-rule-cell.is-preview-included {
    background: #e7f8ec;
}

.alg-configurator-rule-cell.is-addon-selected {
    outline: 2px solid #0f6b4f;
    outline-offset: -4px;
}

.alg-configurator-rule-cell.alg-rule-unavailable {
    background: #f6f7f7;
}

.alg-rule-symbol {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.alg-addon-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin-top: 8px;
}

.alg-addon-actions[hidden] {
    display: none;
}

.alg-configurator-summary-warning {
    background: #fff4e5;
    border: 1px solid #f0b849;
    border-radius: 6px;
    color: #5f3b00;
    margin: 12px 0;
    padding: 10px;
}

.alg-configurator-summary {
    background: #fff;
    border: 1px solid #c8d7d0;
    border-radius: 8px;
    margin-top: 24px;
    padding: 18px;
    scroll-margin-top: 24px;
}

.alg-configurator-summary h3 {
    margin-top: 0;
}

.alg-configurator-summary dl {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    margin: 0 0 14px;
}

.alg-configurator-summary dl div {
    background: #f6f7f7;
    border-radius: 6px;
    padding: 10px;
}

.alg-configurator-summary dt {
    color: #50575e;
    font-weight: 700;
}

.alg-configurator-summary dd {
    margin: 0;
}

.alg-configurator-summary ul {
    margin-top: 6px;
}

.alg-configurator-payload {
    background: #1d2327;
    border-radius: 6px;
    color: #f6f7f7;
    max-height: 320px;
    overflow: auto;
    padding: 12px;
    white-space: pre-wrap;
}

.alg-configurator-bottom-bar {
    align-items: center;
    background: #fff;
    border: 1px solid #c8d7d0;
    border-radius: 8px;
    bottom: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-top: 16px;
    padding: 10px 12px;
    position: sticky;
    z-index: 5;
}

.alg-summary-columns {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

@media (max-width: 780px) {
    .alg-configurator-bottom-bar {
        align-items: flex-start;
        flex-direction: column;
        position: sticky;
    }

    .alg-configurator-table {
        min-width: 980px;
    }
}

.alg-marketplace-page {
    max-width: 980px;
}

.alg-production-monitor-page,
.alg-account-panel .alg-plan-catalog {
    max-width: 980px;
}

.alg-vendor-workflow-list {
    display: grid;
    gap: 20px;
}

.alg-vendor-workflow-card {
    border-color: #c8d7d0;
}

.alg-vendor-workflow-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.alg-vendor-workflow-summary,
.alg-vendor-package-lines {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.alg-local-observation-card {
    border-color: #dba617;
    background: #fffdf6;
}

.alg-vendor-package-line {
    margin: 0;
}

.alg-vendor-package-line h6 {
    margin: 0 0 8px;
    font-size: 14px;
}

.alg-production-packages .alg-vendor-package-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.alg-production-packages .alg-vendor-package-card {
    width: 100%;
    margin: 0;
}

.alg-vendor-package-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.alg-vendor-package-card-header h4 {
    margin: 0 0 12px;
}

.alg-vendor-package-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 0;
}

.alg-vendor-package-meta div {
    min-width: 0;
}

.alg-vendor-package-meta dt {
    margin: 0 0 2px;
    color: #646970;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.alg-vendor-package-meta dd {
    margin: 0;
}

.alg-vendor-package-scripts {
    margin: 14px 0;
}

.alg-vendor-package-workflow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.alg-vendor-workflow-step {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 12px;
    border: 1px solid #dfe6e3;
    border-radius: 8px;
    background: #f8faf9;
}

.alg-vendor-workflow-step h5,
.alg-vendor-workflow-step p {
    margin: 0;
}

.alg-vendor-workflow-step h5 {
    font-size: 14px;
}

.alg-mini-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.alg-mini-cart-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.alg-mini-cart-icon {
    width: 22px;
    height: 20px;
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.alg-mini-cart-icon::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    top: 8px;
    left: 50%;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    transform: translateX(-50%);
}

.alg-mini-cart-count {
    position: absolute;
    top: 1px;
    right: 1px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #0f6b4f;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.alg-mini-cart-drawer {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 50;
    display: none;
    width: min(320px, calc(100vw - 24px));
    padding: 16px;
    border: 1px solid #dfe6e3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
    color: #1f2724;
}

.alg-mini-cart:hover .alg-mini-cart-drawer,
.alg-mini-cart:focus-within .alg-mini-cart-drawer {
    display: block;
}

.alg-mini-cart-drawer h3,
.alg-mini-cart-drawer p {
    margin: 0 0 10px;
}

.alg-mini-cart-lines {
    display: grid;
    gap: 10px;
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}

.alg-mini-cart-lines li {
    display: grid;
    gap: 2px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf2ef;
}

.alg-mini-cart-lines small {
    color: #5c6965;
}

.alg-mini-cart-view {
    font-weight: 700;
}

.alg-vendor-line-workflow {
    display: grid;
    gap: 6px;
}

.alg-vendor-line-workflow span {
    display: inline-block;
    padding: 6px 8px;
    border-radius: 6px;
    background: #f6f7f7;
}

.alg-workflow-technical-details {
    margin-top: 12px;
    color: #646970;
}

.alg-marketplace-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.alg-marketplace-form-grid p {
    margin: 0;
}

.alg-marketplace-table {
    margin-top: 12px;
}

.alg-marketplace-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.alg-marketplace-actions form {
    margin: 0;
}

.alg-shop-page-preview {
    margin-bottom: 34px;
    padding: 22px;
    overflow: hidden;
}

.alg-shop-page-preview + .alg-marketplace-form-card,
.alg-shop-page-preview + .alg-card {
    margin-top: 24px;
}

.alg-shop-page-preview .alg-plan-grid {
    margin-top: 18px;
    margin-bottom: 12px;
    align-items: stretch;
}

.alg-shop-page-preview .alg-plan-card {
    min-width: 0;
    padding: 20px;
    gap: 10px;
}

.alg-shop-page-packages {
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px solid #eceff1;
}

.alg-category-label {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #eef6f3;
    color: #0f6b4f;
    font-size: 12px;
    font-weight: 700;
}

.alg-checkbox-row {
    display: block;
    margin: 6px 0;
}

.alg-readonly-card {
    border-left: 4px solid #dba617;
    background: #fff8e5;
}

.alg-sort-input {
    width: 80px;
}

.alg-notice {
    border-left: 4px solid #72aee6;
    background: #f6fbff;
    padding: 10px 12px;
    margin: 12px 0;
}

.alg-notice.alg-success,
.alg-notice.alg-ok {
    border-color: #0f6b4f;
    background: #e7f7ed;
}

.alg-notice.alg-warning {
    border-color: #dba617;
    background: #fff8e5;
}

.alg-notice.alg-error {
    border-color: #b32d2e;
    background: #fcf0f1;
}

.alg-onboarding-section {
    border-top: 1px solid #eceff1;
    padding-top: 18px;
    margin-top: 18px;
}

.alg-onboarding-section:first-of-type {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.alg-extension-slot {
    margin-top: 14px;
}

.alg-form-grid p {
    margin: 0 0 14px;
}

.alg-form-actions,
.alg-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.alg-account-panel input[type="text"],
.alg-account-panel input[type="email"],
.alg-account-panel input[type="url"],
.alg-account-panel select,
.alg-account-panel textarea {
    max-width: 100%;
}

.alg-status-grid {
    width: 100%;
    border-collapse: collapse;
}

.alg-status-grid th,
.alg-status-grid td,
.alg-account-panel .shop_table th,
.alg-account-panel .shop_table td {
    padding: 10px 12px;
    vertical-align: top;
}

.alg-status-grid th {
    width: 220px;
    text-align: left;
    color: #3c434a;
}

.alg-account-panel .shop_table {
    border-collapse: collapse;
    width: 100%;
}

.alg-account-panel .shop_table th {
    background: #f6f7f7;
    text-align: left;
}

.alg-account-panel .shop_table tr + tr td {
    border-top: 1px solid #eee;
}

.alg-badge {
    display: inline-block;
    border-radius: 999px;
    padding: 3px 9px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    background: #f0f0f1;
    color: #2c3338;
}

.alg-badge-verified,
.alg-badge-active,
.alg-badge-unlocked,
.alg-badge-enabled {
    background: #e7f7ed;
    color: #116329;
}

.alg-badge-pending,
.alg-badge-locally-observed,
.alg-badge-locked,
.alg-badge-not-verified {
    background: #fff8e5;
    color: #7a4d00;
}

.alg-badge-rejected {
    background: #fcf0f1;
    color: #8a2424;
}

.alg-badge-superseded {
    background: #f0f0f1;
    color: #646970;
}

.alg-help-text {
    color: #646970;
}

.alg-debug-output,
.alg-extension-output {
    white-space: pre-wrap;
    overflow: auto;
    max-height: 360px;
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    padding: 12px;
}

.alg-tv-login-guidance {
    border-left: 4px solid #dba617;
    background: #fff8e5;
    padding: 10px 12px;
    margin: 12px 0;
}

@media (max-width: 700px) {
    .alg-status-grid th,
    .alg-status-grid td {
        display: block;
        width: auto;
    }

    .alg-button-row .button,
    .alg-form-actions .button {
        width: 100%;
        text-align: center;
    }

    .alg-vendor-workflow-header {
        display: grid;
    }

    .alg-vendor-package-card-header,
    .alg-vendor-package-meta,
    .alg-vendor-package-workflow {
        grid-template-columns: 1fr;
        display: grid;
    }
}

.entry-content .woocommerce {
    /* display:inline-flex; */
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    align-items: stretch;
    width:100%;
    max-width: var(--alg-content-max-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

nav.woocommerce-MyAccount-navigation {
    width: 100% !important;
    display:inline-flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}
nav.woocommerce-MyAccount-navigation ul {
    display:inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
}

nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    padding: 10px 10px;
    font-size: medium;
    margin-top: 10px;
}
.woocommerce-MyAccount-content {
    width:100% !important;
	text-align: left;
}
