.alert-inline {
    background-color: #f8f8f8;
    padding: 20px;
    margin: 20px 0;
    border-top: 3px solid #00a3e0;
    color-scheme: light;
    forced-color-adjust: none;
    color: #000 !important;
}

.alert-member-header {
    font-size: 24px;
    margin-bottom: 15px;
    color: #000 !important;
    font-weight: normal;
}

.alert-inline * {
    color: #000 !important;
}

.social-button.bluesky,
.social-button.tiktok,
.value-group .btn.select {
    color: #fff !important;
}

.member-select-group {
    max-width: 800px;
    margin: 0 auto;
}

.selector-group {
    margin: 20px 0;
}

.btn-group {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.btn-box {
    flex: 1;
}

.btn {
    width: 100%;
    padding: 12px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
}

.btn.select {
    background: #000;
    color: #fff;
}

.value-group {
    margin: 15px 0;
}

.value-group.hide {
    display: none;
}

.value-group .btn-group {
    margin: 0;
}

.value-group .btn {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}

.value-group .btn.select {
    background: #000;
    color: #fff;
}

select {
    width: 100%;
    padding: 12px;
    border: 1px solid #000;
    background: #fff;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.continue-btn {
    width: 100%;
    padding: 15px;
    background: #ffeb3b;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin: 20px 0;
}

.remind-btn {
    width: 100%;
    padding: 15px;
    background: #f5f5f5;
    border: none;
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
}

.summary-footer {
    color: #666;
    font-size: 14px;
    margin-top: 20px;
}

.sign-in-message {
    margin: 15px 0;
}

.sign-in-message a {
    color: #000;
    text-decoration: none;
}

.social-links {
    display: flex;
    gap: 15px;
    margin: 25px 0;
}

.social-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s;
}

.social-button.bluesky {
    background-color: #0085ff;
    color: white;
}

.social-button.bluesky img {
    filter: brightness(0) invert(1);
}

.social-button.bluesky:hover {
    background-color: #0066cc;
}

.social-button.tiktok {
    background-color: #000000;
    color: white !important;
}

.social-button.tiktok svg {
    fill: white;
}

.social-button.tiktok:hover {
    background-color: #333333;
}

.social-button.threads {
    background-color: #000000;
    color: white !important;
}

.social-button.threads svg {
    fill: white;
}

.social-button.threads:hover {
    background-color: #333333;
}

.social-button svg {
    width: 24px;
    height: 24px;
}

.social-description {
    margin: 20px 0 10px;
    font-size: 18px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0;
    font-size: 16px;
}

.feature-icon {
    width: 24px;
    height: 24px;
    fill: #0085ff;
}

.live-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff3b30;
    position: absolute;
    margin-left: 20px;
    margin-top: -8px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.7);
    }
    
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(255, 59, 48, 0);
    }
    
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 59, 48, 0);
    }
}

ul {
    margin: 15px 0;
    padding-left: 20px;
}

ul li {
    margin: 8px 0;
    line-height: 1.4;
}

.account-payments {
    display: block;
    margin: 20px 0;
    text-align: center;
}

.account-payments img {
    max-width: 100%;
    height: auto;
}

.break {
    clear: both;
    height: 1px;
}

.teaser-message {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    font-size: 14px;
    color: #666 !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.teaser-message svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.sign-in-prompt {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    font-size: 14px;
    color: #666 !important;
}

.sign-in-prompt span {
    color: #0085ff !important;
    font-weight: 500;
}

.coming-soon-label {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 6px;
    background-color: #f0f0f0;
    border-radius: 4px;
    font-size: 12px;
    color: #666 !important;
    vertical-align: middle;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .btn-group {
        flex-wrap: wrap;
    }
    
    .btn-box {
        flex: 1 1 calc(50% - 5px);
    }

    .social-links {
        flex-direction: column;
    }
    
    .social-button {
        justify-content: center;
    }
} 