.elementor-5079 .elementor-element.elementor-element-82ae8e3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-ad64cfa */.premium-seo-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Sticky Header with Modern Gradient */
.premium-seo-table thead th {
    background: linear-gradient(135deg, #1a5c38 0%, #2d8954 100%);
    color: #ffffff !important; /* Forces white text visibility */
    padding: 20px 15px;
    position: sticky;
    top: 0;
    z-index: 100;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

/* Category Trigger Styling - Unique Sidebar Accent */
.seo-cat-trigger {
    background: #f8fbf9;
    color: #1a5c38;
    cursor: pointer;
    font-weight: 700;
    text-align: left;
    padding: 18px 25px;
    border-left: 5px solid #2d8954;
    transition: all 0.3s ease;
}

.seo-cat-trigger:hover {
    background: #eef7f1;
}

/* Custom Checkmark/Cross Styling */
.status-icon {
    width: 24px;
    transition: transform 0.2s;
}

/* Row Visibility Logic */
.seo-row-hidden {
    display: none;
    background: #ffffff;
}

.seo-row-visible {
    display: table-row;
    animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Text visibility fix for labels */
.label-text {
    color: #333333;
    font-weight: 500;
    padding-left: 40px !important;
}/* End custom CSS */