/* DRS E-E-A-T Sidebars - Dark Mode Premium with Electric Blue Accent */

.drs-eeat-sidebar-wrapper {
    margin: 24px 0;
}

.drs-eeat-card {
    background: radial-gradient(circle at top, #050814 0, #02030a 40%, #000000 100%);
    border-radius: 16px;
    padding: 18px 20px;
    border: 1px solid rgba(0, 191, 255, 0.45);
    box-shadow: 0 16px 34px rgba(0, 191, 255, 0.18);
    position: relative;
    overflow: hidden;
    color: #e3f2fd;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.drs-eeat-card::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at top left,
        rgba(0, 191, 255, 0.15),
        transparent 60%);
    opacity: 0.85;
    pointer-events: none;
}

.drs-eeat-badge {
    display: inline-block;
    background: linear-gradient(135deg, #00b0ff, #40c4ff);
    color: #021522;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.drs-eeat-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #e1f5fe;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.drs-eeat-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 20%, #ffffff, #00b0ff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #021522;
    box-shadow: 0 0 18px rgba(0, 191, 255, 0.7);
}

.drs-eeat-card p,
.drs-eeat-card li {
    font-size: 14px;
    color: #cfd8dc;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.drs-eeat-card ul {
    margin: 10px 0 6px;
    padding-left: 20px;
}

.drs-eeat-card li {
    margin-bottom: 4px;
}

.drs-eeat-card strong {
    color: #ffffff;
}

.drs-eeat-card a {
    color: #4fc3f7;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

.drs-eeat-card a:hover {
    text-decoration: underline;
}

.drs-eeat-cta-btn {
    margin-top: 10px;
    display: inline-block;
    padding: 8px 14px;
    background: linear-gradient(135deg, #00e5ff, #00b0ff);
    color: #021013;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 0 18px rgba(0, 229, 255, 0.7);
}

.drs-eeat-cta-btn:hover {
    filter: brightness(1.05);
}

/* Variant: safety warning uses red accent */
.drs-eeat-card.drs-eeat-safety {
    border-color: rgba(255, 82, 82, 0.7);
    box-shadow: 0 16px 34px rgba(255, 82, 82, 0.18);
}

.drs-eeat-card.drs-eeat-safety::before {
    background: radial-gradient(circle at top right,
        rgba(255, 82, 82, 0.24),
        transparent 60%);
}

.drs-eeat-card.drs-eeat-safety .drs-eeat-badge {
    background: linear-gradient(135deg, #ff5252, #ff8a80);
    color: #1b0606;
}

/* Variant: tool / CTA uses cyan accent */
.drs-eeat-card.drs-eeat-tool {
    border-color: rgba(0, 188, 212, 0.7);
    box-shadow: 0 16px 34px rgba(0, 188, 212, 0.2);
}

.drs-eeat-card.drs-eeat-tool::before {
    background: radial-gradient(circle at bottom right,
        rgba(0, 188, 212, 0.25),
        transparent 60%);
}

.drs-eeat-card.drs-eeat-tool .drs-eeat-badge {
    background: linear-gradient(135deg, #00bcd4, #4dd0e1);
    color: #021013;
}
