#wpbody {
    overflow: hidden;
}
.toplevel_page_gutensee-settings #wpcontent {
    height: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.gutensee-options-container {
    max-width: 100%;
/*            height: 100vh;*/
    font-family: Arial, sans-serif;
    background: #f9f9f9;
}

.gutensee-options-sidebar {            
    background: #222;
    color: white;
    padding: 20px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
}

.gutensee-options-logo {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #009999;
}
.gutensee-options-text {
    margin-bottom: 20px;
    text-align: center;
}

.gutensee-options-nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.gutensee-options-nav li {
    margin-bottom: 10px;
}

.gutensee-options-nav a {
    text-decoration: none;
    color: white;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    padding: 10px;
    border-radius: 5px;
    transition: 0.3s;
}

.gutensee-options-nav a:hover,
.gutensee-options-nav a.active {
    background: #009999;
}

.gutensee-options-content {
    flex-grow: 1;
    padding: 30px;
    background: white;
    min-height: 100vh;
}

.gutensee-tab-content {
    display: none;
}

.gutensee-tab-content.active {
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .gutensee-options-sidebar {
        width: 100%;
        height: auto;
        padding: 15px;
        text-align: center;
    }
    
    .gutensee-options-nav ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .gutensee-options-nav li {
        margin: 5px;
    }

    .gutensee-options-content {
        padding: 15px;
    }
}
.gutensee-more-text {
    background: #009999;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.gutensee-more-text:hover {
    background: #008fcc;
}
.gutensee-video-container {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 20px 0;
}

.gutensee-video-container iframe {
    position: relative;
}
.gutensee-options-container h2{
    font-size: 30px;
}
.gutensee-options-container p{
    font-size: 16px;
}

.gutensee-description {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.gutensee-description h2 {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 1.3;
}

.gutensee-description h3 {
    margin-top: 0;
}

.gutensee-section,
.gutensee-intro {
    margin: 0 0 40px;
    padding: 30px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
}

.gutensee-intro {
    background: #f8fafc;
    border-left: 5px solid #2271b1;
}

.gutensee-workflow {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.gutensee-step {
    flex: 1 1 170px;
    padding: 20px;
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
}

.gutensee-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #2271b1;
    color: #fff;
    font-weight: 700;
}

.gutensee-step p {
    margin: 8px 0 0;
    font-size: 14px;
    color: #666;
}

.gutensee-arrow {
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: 700;
}

.gutensee-block-grid,
.gutensee-benefits,
.gutensee-example-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 25px;
}

.gutensee-card,
.gutensee-benefit,
.gutensee-example {
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.gutensee-card:hover,
.gutensee-benefit:hover,
.gutensee-example:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
}

.gutensee-icon {
    display: block;
    margin-bottom: 10px;
    font-size: 28px;
}

.gutensee-card h3,
.gutensee-benefit h3,
.gutensee-example h3 {
    margin-bottom: 8px;
    font-size: 18px;
}

.gutensee-card p,
.gutensee-benefit p,
.gutensee-example p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.gutensee-layout-example {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 25px 0;
    padding: 20px;
    border-radius: 10px;
    background: #f5f7fa;
    font-weight: 600;
}

.gutensee-layout-example span:not(:nth-child(even)) {
    padding: 8px 12px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #ddd;
}

.gutensee-highlight {
    margin-top: 25px;
    padding: 18px 20px;
    border-left: 4px solid #2271b1;
    background: #f0f6fc;
    font-weight: 600;
}

.gutensee-scope {
    background: #f8fafc;
}

.gutensee-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
    padding-left: 20px;
}

.gutensee-list li {
    padding: 5px 0;
}

.gutensee-scope-box {
    margin-top: 25px;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    background: #2271b1;
    color: #fff;
}

.gutensee-scope-box strong {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.gutensee-scope-box p {
    margin: 0;
    opacity: .9;
}

.gutensee-video-box {
    margin-top: 25px;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    background: #f5f7fa;
}

.gutensee-video-box a {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 20px;
    border-radius: 6px;
    background: #2271b1;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.gutensee-video-box a:hover {
    opacity: .9;
}

.gutensee-cta {
    margin-top: 40px;
    padding: 45px 30px;
    text-align: center;
    border-radius: 14px;
    background: #f0f6fc;
}

.gutensee-tagline {
    max-width: 700px;
    margin: 25px auto;
    padding: 18px;
    border-radius: 8px;
    background: #fff;
    font-size: 18px;
}

.gutensee-brand {
    margin-top: 25px;
    font-size: 20px;
}

@media (max-width: 800px) {
    .gutensee-block-grid,
    .gutensee-benefits,
    .gutensee-example-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gutensee-arrow {
        display: none;
    }
}

@media (max-width: 550px) {
    .gutensee-description {
        font-size: 15px;
    }

    .gutensee-description h2 {
        font-size: 24px;
    }

    .gutensee-section,
    .gutensee-intro {
        padding: 20px;
    }

    .gutensee-block-grid,
    .gutensee-benefits,
    .gutensee-example-grid,
    .gutensee-list {
        grid-template-columns: 1fr;
    }

    .gutensee-layout-example {
        justify-content: flex-start;
    }
}

.gutensee-tutorials {
    background: #f8fafc;
}

.gutensee-tutorial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.gutensee-tutorial-card {
    display: flex;
    flex-direction: column;
    padding: 25px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.gutensee-tutorial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.gutensee-tutorial-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f0f6fc;
    font-size: 27px;
}

.gutensee-tutorial-card h3 {
    margin: 0 0 10px;
    font-size: 19px;
}

.gutensee-tutorial-card p {
    margin: 0 0 20px;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.gutensee-tutorial-button {
    display: inline-block;
    align-self: flex-start;
    margin-top: auto;
    padding: 10px 16px;
    border-radius: 6px;
    background: #2271b1;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: opacity .2s ease;
}

.gutensee-tutorial-button:hover {
    opacity: .9;
    color: #fff;
}

.gutensee-tutorial-note {
    margin-top: 30px;
    padding: 20px 25px;
    border-left: 4px solid #2271b1;
    border-radius: 8px;
    background: #fff;
}

.gutensee-tutorial-note strong {
    font-size: 17px;
}

.gutensee-tutorial-note p {
    margin: 6px 0 0;
    color: #666;
}


@media (max-width: 800px) {
    .gutensee-tutorial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 550px) {
    .gutensee-tutorial-grid {
        grid-template-columns: 1fr;
    }
}

/*Change log CSS*/

/* =========================================
   Gutensee Changelog
========================================= */

.gutensee-changelog-header {
    margin-bottom: 30px;
}

.gutensee-changelog-header h2 {
    margin: 0 0 8px;
    font-size: 32px;
    line-height: 1.3;
}

.gutensee-changelog-header p {
    margin: 0;
    color: #646970;
    font-size: 15px;
}


/* Changelog list */

.gutensee-changelog-list {
    max-width: 900px;
}


/* Version item */

.gutensee-changelog-item {
    position: relative;
    margin-bottom: 22px;
    padding: 0;
    background: #fff;
    border: 1px solid #e2e4e7;
    border-radius: 10px;
    overflow: hidden;
    transition: all .2s ease;
}

.gutensee-changelog-item:hover {
    border-color: #c8ccd0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .06);
}


/* Latest version */

.gutensee-changelog-latest {
    border-color: #2271b1;
    box-shadow: 0 4px 18px rgba(34, 113, 177, .08);
}


/* Version header */

.gutensee-changelog-version {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    background: #f8f9fa;
    border-bottom: 1px solid #e2e4e7;
}

.gutensee-changelog-latest .gutensee-changelog-version {
    background: #f0f6fc;
}


/* Icon */

.gutensee-version-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    background: #2271b1;
    color: #fff;
}

.gutensee-version-icon .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
}


/* Version text */

.gutensee-version-label {
    display: block;
    margin-bottom: 2px;
    color: #646970;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.gutensee-changelog-version h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    color: #1d2327;
}


/* Changelog content */

.gutensee-changelog-content {
    padding: 18px 22px 20px;
}

.gutensee-changelog-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gutensee-changelog-content li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 8px 0;
    color: #50575e;
    font-size: 14px;
    line-height: 1.6;
}

.gutensee-changelog-content li + li {
    border-top: 1px solid #f0f0f1;
}


/* Check icon */

.gutensee-change-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-top: 1px;
    border-radius: 50%;
    background: #e7f3e9;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 700;
}


/* Empty state */

.gutensee-changelog-empty {
    padding: 40px;
    text-align: center;
    border: 1px solid #e2e4e7;
    border-radius: 10px;
    background: #f8f9fa;
    color: #646970;
}

.gutensee-changelog-empty .dashicons {
    font-size: 30px;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.gutensee-changelog-empty p {
    margin: 0;
}


/* Responsive */

@media (max-width: 600px) {

    .gutensee-changelog-header h2 {
        font-size: 26px;
    }

    .gutensee-changelog-version {
        padding: 15px;
    }

    .gutensee-changelog-content {
        padding: 15px;
    }

    .gutensee-version-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .gutensee-changelog-version h3 {
        font-size: 18px;
    }

}