#ems-plugin .ems-dependency-banner{
    border-left: 4px solid #dba617 !important;
    background: #fff8e5 !important;
    padding: 12px 16px !important;
    margin: 16px 0 20px !important;
    box-shadow: none !important;
}#ems-plugin .ems-dependency-banner-inner{
    max-width: 100%;
}#ems-plugin .ems-dependency-banner-title{
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: #8a6d1d;
}#ems-plugin .ems-dependency-banner-list{
    margin: 8px 0 12px;
    padding: 0;
    list-style: none;
}#ems-plugin .ems-dependency-banner-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}#ems-plugin .ems-dependency-banner-status{
    font-weight: 600;
    min-width: 180px;
}#ems-plugin .ems-dependency-version-warning{
    color: #8a6d1d;
    font-size: 13px;
}#ems-plugin .ems-dependency-banner-footnote{
    margin: 0;
    font-weight: 600;
    color: #8a6d1d;
}#ems-plugin .ems-dependency-action-btn{
    margin: 0 !important;
}#ems-plugin .ems-dependency-highlight-badge{
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 4px 10px;
    border-radius: 999px;
    white-space: nowrap;
}#ems-plugin .ems-dependency-highlight-active{
    background: #ecfdf5;
    color: #047857;
}#ems-plugin .ems-dependency-highlight-inactive{
    background: #fff8e5;
    color: #996800;
    border: 1px solid #f0d58c;
}#ems-plugin .ems-dependency-highlight-not_installed{
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}#ems-plugin .ems-dependency-highlight-note{
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.4;
}#ems-plugin .ems-dependency-row-needs-attention{
    background: #fff8e5 !important;
    border-color: #f0d58c !important;
}#ems-plugin .ems-dependency-state-not_installed.ems-dependency-row-needs-attention{
    background: #fef2f2 !important;
    border-color: #fecaca !important;
}#ems-plugin .ems-dependency-card-alert{
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff8e5;
    border: 1px solid #f0d58c;
    color: #8a6d1d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}#ems-plugin .ems-dependency-card-status{
    display: flex;
    flex-direction: column;
    gap: 2px;
}#ems-plugin .ems-dependency-action-instructions{
    margin: 0;
    font-size: 13px;
    color: #646970;
}#ems-plugin .ems-cache-tools-card{
    margin-bottom: 20px;
}#ems-plugin .ems-cache-tools-card-header h3{
    margin: 0 0 8px;
}#ems-plugin .ems-cache-tools-description{
    margin: 0 0 16px;
    font-size: 13px;
    color: #646970;
    line-height: 1.5;
}#ems-plugin .ems-cache-tools-actions{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}#ems-plugin .ems-cache-tools-loading{
    font-size: 13px;
    color: #646970;
}#ems-plugin .ems-dependency-state-active .ems-dependency-banner-status{
    color: #1e7e34;
}#ems-plugin .ems-dependency-state-inactive .ems-dependency-banner-status{
    color: #996800;
}#ems-plugin .ems-dependency-state-not_installed .ems-dependency-banner-status{
    color: #b32d2e;
}#ems-plugin .ems-dependency-card{
    margin-bottom: 24px;
}#ems-plugin .ems-dependency-card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}#ems-plugin .ems-dependency-card-header h3{
    margin: 0;
}#ems-plugin .ems-dependency-health{
    font-weight: 700;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 999px;
}#ems-plugin .ems-dependency-health-healthy{
    background: #ecfdf5;
    color: #047857;
}#ems-plugin .ems-dependency-health-warning{
    background: #fff8e5;
    color: #996800;
}#ems-plugin .ems-dependency-health-issue{
    background: #fef2f2;
    color: #b91c1c;
}#ems-plugin .ems-dependency-card-table{
    display: grid;
    gap: 8px;
}#ems-plugin .ems-dependency-card-row{
    display: grid;
    grid-template-columns: 1.4fr 1fr 0.8fr 1fr;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
}#ems-plugin .ems-dependency-card-row-head{
    font-weight: 700;
    background: #f8fafc;
    color: #64748b;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
}#ems-plugin .ems-dependency-card-row--with-actions{
    grid-template-columns: 1.4fr 1fr 0.8fr 1fr 1fr;
}#ems-plugin .ems-dependency-card-row-actions{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}#ems-plugin .ems-dependency-card-row-actions .ems-dependency-action-instructions{
    font-size: 12px;
}#ems-plugin .ems-dependency-card-actions .ems-dependency-banner{
    margin-top: 16px !important;
}#ems-plugin .ems-dependency-unavailable{
    background: #fff8e5;
    border: 1px solid #f0d58c;
    border-radius: 16px;
    padding: 24px;
    margin: 20px 0;
    text-align: center;
}#ems-plugin .ems-dependency-unavailable-icon{
    font-size: 32px;
    margin-bottom: 8px;
}#ems-plugin .ems-dependency-unavailable h3{
    margin: 0 0 8px;
    color: #8a6d1d;
}#ems-plugin .ems-dependency-unavailable-list{
    list-style: none;
    padding: 0;
    margin: 16px 0;
}#ems-plugin .ems-dependency-unavailable-list li{
    margin-bottom: 6px;
    font-weight: 600;
}#ems-plugin .ems-setup-dependency-notice{
    text-align: left;
    background: #fff8e5;
    border: 1px solid #f0d58c;
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 24px;
}#ems-plugin .ems-setup-dependency-notice h2{
    margin: 0 0 12px;
    font-size: 18px;
    color: #8a6d1d;
}#ems-plugin .ems-setup-dependency-notice p{
    margin: 0 0 12px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.5;
}#ems-plugin .ems-setup-dependency-required-list{
    margin: 0 0 12px 18px;
    color: #374151;
    font-weight: 600;
}#ems-plugin .ems-setup-dependency-status{
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f0d58c;
}#ems-plugin .ems-setup-dependency-status h3{
    margin: 0 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
}#ems-plugin .ems-setup-dependency-status ul{
    list-style: none;
    margin: 0;
    padding: 0;
}#ems-plugin .ems-setup-dependency-status-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid #fdecc8;
    border-radius: 10px;
    margin-bottom: 8px;
}#ems-plugin .ems-setup-dependency-name{
    font-weight: 700;
    min-width: 180px;
}#ems-plugin .ems-setup-dependency-ack{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f0d58c;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
}#ems-plugin .ems-setup-dependency-ack input{
    margin-top: 3px;
}#ems-plugin .ems-setup-btn.is-disabled,
#ems-plugin .ems-setup-btn:disabled{
    opacity: 0.45;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}@media (max-width: 768px){#ems-plugin .ems-dependency-card-row,
#ems-plugin .ems-dependency-card-row-head,
#ems-plugin .ems-dependency-card-row--with-actions{
        grid-template-columns: 1fr;
    }
}
