.xedge-feedspeed-container {
    width: 100%;
    min-height: 600px;
    position: relative;
}

.xedge-feedspeed-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background: #f8f9fa;
    border-radius: 8px;
}

.xedge-feedspeed-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e0e0e0;
    border-top-color: #C4161C;
    border-radius: 50%;
    animation: xedge-spin 1s linear infinite;
}

@keyframes xedge-spin {
    to {
        transform: rotate(360deg);
    }
}

.xedge-feedspeed-loading p {
    margin-top: 16px;
    color: #666;
    font-size: 14px;
}

.xedge-feedspeed-login-required {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background: #f8f9fa;
    border-radius: 8px;
}

.xedge-login-box {
    text-align: center;
    padding: 40px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
}

.xedge-login-box h3 {
    margin: 0 0 16px 0;
    color: #333;
    font-size: 24px;
}

.xedge-login-box p {
    margin: 0 0 24px 0;
    color: #666;
    font-size: 16px;
}

.xedge-login-button {
    display: inline-block;
    padding: 12px 32px;
    background: #C4161C;
    color: white !important;
    text-decoration: none !important;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.2s ease;
}

.xedge-login-button:hover {
    background: #9F1217;
    color: white !important;
}

.xedge-error {
    color: #C4161C;
    font-size: 14px;
    text-align: center;
}

.xedge-admin-link {
    display: inline-block;
    padding: 8px 16px;
    background: #333;
    color: white !important;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 14px;
    transition: background 0.2s ease;
}

.xedge-admin-link:hover {
    background: #555;
    color: white !important;
}

#xedge-feedspeed-iframe {
    width: 100%;
    border: none;
    border-radius: 8px;
}
