/* ===== Google-Quelle Störer ===== */

.tb-google-stoerer {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-left: 4px solid #3b82f6;
    border-radius: 0 8px 8px 0;
    padding: 1.1rem 1.4rem;
    margin: 1.75rem 0;
    font-size: .95rem;
    line-height: 1.5;
}

.tb-google-stoerer__inner {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.tb-google-stoerer__icon {
    flex: 0 0 auto;
    color: #3b82f6;
    margin-top: .15rem;
    opacity: .85;
}

.tb-google-stoerer__body {
    flex: 1;
    min-width: 0;
}

.tb-google-stoerer__title {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: .35rem;
    line-height: 1.3;
}

.tb-google-stoerer__text {
    margin: 0 0 .75rem;
    color: #374151;
}

.tb-google-stoerer__cta {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    background: #3b82f6;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: .45rem .9rem;
    border-radius: 5px;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1;
    transition: background .15s ease;
    white-space: nowrap;
}

.tb-google-stoerer__cta:hover,
.tb-google-stoerer__cta:focus-visible {
    background: #2563eb;
    text-decoration: none !important;
}

.tb-google-stoerer__cta:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 3px;
}

@media (max-width: 480px) {
    .tb-google-stoerer {
        padding: .9rem 1rem;
    }

    .tb-google-stoerer__icon {
        display: none;
    }
}
