.alchemy-defaults-dialog .modal-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.alchemy-defaults-dialog .modal-header .modal-title {
    flex: 1 1 auto;
}

.alchemy-defaults-header-actions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.alchemy-defaults-header-actions .alchemy-defaults-guide-header-action {
    align-items: center;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .45);
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    gap: 5px;
    text-decoration: none;
}

.alchemy-defaults-header-actions .alchemy-defaults-guide-header-action:hover,
.alchemy-defaults-header-actions .alchemy-defaults-guide-header-action:focus {
    background: rgba(255, 255, 255, .25);
    color: #fff;
    text-decoration: none;
}

.alchemy-defaults-header-actions .close {
    margin: 0;
    padding: 0 4px;
}

@media only screen and (min-width: 992px) {
    .alchemy-defaults-header-actions .alchemy-defaults-guide-header-action {
        display: none !important;
    }
}

.alchemy-defaults-form-column,
.alchemy-defaults-guide-column {
    transition: max-width 160ms ease, flex-basis 160ms ease;
}

.alchemy-defaults-guide-column {
    padding: 0 !important;
}

.alchemy-defaults-guide-panel {
    background: #f6f8f7;
    color: #333;
    min-height: 100%;
    padding: 15px;
}

.alchemy-defaults-guide-header {
    align-items: flex-start;
    border-bottom: 1px solid #d7dfdb;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 10px;
}

.alchemy-defaults-guide-eyebrow {
    color: #2b8a65;
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.alchemy-defaults-guide-title {
    font-size: 20px;
    line-height: 1.1;
    margin: 0;
}

.alchemy-defaults-guide-header-actions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
}

.alchemy-defaults-guide-header-actions .btn-link {
    color: #2b6f9e;
    padding: 3px 5px;
    white-space: nowrap;
}

.alchemy-defaults-guide-header-actions .btn-link i {
    margin-right: 3px;
}

.alchemy-defaults-guide-intro {
    color: #5c6862;
    line-height: 1.45;
    margin: 0 0 10px;
}

.alchemy-defaults-guide-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 12px;
}

.alchemy-defaults-guide-badge {
    background: #edf0ef;
    border: 1px solid #cbd3cf;
    border-radius: 12px;
    color: #46514b;
    display: inline-block;
    font-size: 10px;
    line-height: 1.25;
    padding: 3px 8px;
}

.alchemy-defaults-guide-badge-success {
    background: #e7f5ee;
    border-color: #9dcdb8;
    color: #1e694c;
}

.alchemy-defaults-guide-badge-info {
    background: #e9f4f9;
    border-color: #9fc4d6;
    color: #245f79;
}

.alchemy-defaults-guide-attention {
    background: #fff8dc;
    border: 1px solid #e2cc74;
    border-left: 4px solid #c99a00;
    margin-bottom: 12px;
    padding: 10px 11px;
}

.alchemy-defaults-guide-attention h3 {
    font-size: 15px;
    margin: 0 0 6px;
}

.alchemy-defaults-guide-attention h3 i {
    color: #9b7600;
    margin-right: 4px;
}

.alchemy-defaults-guide-attention ul,
.alchemy-defaults-guide-rule-list {
    margin: 0;
    padding-left: 18px;
}

.alchemy-defaults-guide-attention li,
.alchemy-defaults-guide-rule-list li {
    line-height: 1.4;
    margin-bottom: 6px;
}

.alchemy-defaults-guide-attention li:last-child,
.alchemy-defaults-guide-rule-list li:last-child {
    margin-bottom: 0;
}

.alchemy-defaults-guide-item-warning {
    color: #8a5a00;
}

.alchemy-defaults-guide-item-info {
    color: #24627c;
}

.alchemy-defaults-guide-item-success {
    color: #1f6a4d;
}

.alchemy-defaults-guide-nav {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 12px;
}

.alchemy-defaults-guide-nav-link {
    background: #fff;
    border: 1px solid #cbd3cf;
    border-radius: 2px;
    color: #39443e;
    cursor: pointer;
    font-size: 11px;
    line-height: 1.25;
    min-height: 34px;
    padding: 5px 7px;
    text-align: left;
}

.alchemy-defaults-guide-nav-link:hover,
.alchemy-defaults-guide-nav-link:focus {
    border-color: #3fa97b;
}

.alchemy-defaults-guide-nav-link.active {
    background: #3fa97b;
    border-color: #3fa97b;
    color: #fff;
}

.alchemy-defaults-guide-section {
    background: #fff;
    border: 1px solid #cbd3cf;
    margin-bottom: 8px;
}

.alchemy-defaults-guide-section.active {
    border-color: #3fa97b;
}

.alchemy-defaults-guide-section-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    text-align: left;
    width: 100%;
}

.alchemy-defaults-guide-section-toggle span {
    min-width: 0;
    padding-right: 8px;
}

.alchemy-defaults-guide-section-toggle strong,
.alchemy-defaults-guide-section-toggle small {
    display: block;
}

.alchemy-defaults-guide-section-toggle strong {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    line-height: 1.15;
}

.alchemy-defaults-guide-section-toggle small {
    color: #65716b;
    line-height: 1.35;
    margin-top: 2px;
}

.alchemy-defaults-guide-section-content {
    border-top: 1px solid #e2e7e4;
    padding: 10px;
}

.alchemy-defaults-guide-standalone {
    margin: 0 auto;
    max-width: 1120px;
}

.alchemy-defaults-guide-document {
    background: #f6f8f7;
    border: 1px solid #d7dfdb;
    padding: 20px;
}

.alchemy-defaults-guide-standalone-panel {
    background: transparent;
    padding: 0;
}

.alchemy-defaults-guide-standalone-panel .alchemy-defaults-guide-title {
    font-size: 26px;
}

.alchemy-defaults-guide-standalone-panel .alchemy-defaults-guide-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.alchemy-defaults-guide-standalone-panel .alchemy-defaults-guide-section-toggle strong {
    font-size: 18px;
}

html[data-theme='dark'] .alchemy-defaults-guide-panel,
html[data-theme='dark'] .alchemy-defaults-guide-document {
    background: #222826;
    border-color: #48514d;
    color: #e6e9e7;
}

html[data-theme='dark'] .alchemy-defaults-guide-header,
html[data-theme='dark'] .alchemy-defaults-guide-section-content {
    border-color: #48514d;
}

html[data-theme='dark'] .alchemy-defaults-guide-intro,
html[data-theme='dark'] .alchemy-defaults-guide-section-toggle small {
    color: #b8c1bc;
}

html[data-theme='dark'] .alchemy-defaults-guide-header-actions .btn-link {
    color: #9ed4ea;
}

html[data-theme='dark'] .alchemy-defaults-guide-badge {
    background: #303835;
    border-color: #59635e;
    color: #e0e4e2;
}

html[data-theme='dark'] .alchemy-defaults-guide-badge-success {
    background: #193b2d;
    border-color: #3f8c69;
    color: #9fe0c2;
}

html[data-theme='dark'] .alchemy-defaults-guide-badge-info {
    background: #173644;
    border-color: #3f7690;
    color: #a9d7eb;
}

html[data-theme='dark'] .alchemy-defaults-guide-attention {
    background: #433817;
    border-color: #7a692e;
    border-left-color: #d1a51c;
}

html[data-theme='dark'] .alchemy-defaults-guide-attention h3,
html[data-theme='dark'] .alchemy-defaults-guide-item-warning {
    color: #f1d675;
}

html[data-theme='dark'] .alchemy-defaults-guide-item-info {
    color: #9ed4ea;
}

html[data-theme='dark'] .alchemy-defaults-guide-item-success {
    color: #9bdcbc;
}

html[data-theme='dark'] .alchemy-defaults-guide-nav-link,
html[data-theme='dark'] .alchemy-defaults-guide-section {
    background: #2b322f;
    border-color: #525c57;
    color: #e6e9e7;
}

html[data-theme='dark'] .alchemy-defaults-guide-nav-link.active {
    background: #3fa97b;
    border-color: #3fa97b;
    color: #fff;
}

@media only screen and (max-width: 1100px) {
    .alchemy-defaults-guide-nav,
    .alchemy-defaults-guide-standalone-panel .alchemy-defaults-guide-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 991px) {
    .modal.slide-panel .alchemy-defaults-dialog.alchemy-defaults-guide-open .alchemy-defaults-form-column {
        display: none;
    }

    .modal.slide-panel .alchemy-defaults-dialog.alchemy-defaults-guide-open .alchemy-defaults-guide-column.col-4.slide-col {
        display: block !important;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media only screen and (max-width: 575px) {
    .alchemy-defaults-guide-document {
        padding: 12px;
    }

    .alchemy-defaults-guide-nav,
    .alchemy-defaults-guide-standalone-panel .alchemy-defaults-guide-nav {
        grid-template-columns: 1fr;
    }

    .alchemy-defaults-guide-header {
        display: block;
    }

    .alchemy-defaults-guide-header-actions {
        margin-top: 8px;
    }
}
