.smule-bonus-rounds-section {
    margin-top: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 2px dashed #ddd;
}

.smule-bonus-title {
    margin: 0 0 20px 0;
    color: #2c3e50;
    font-size: 1.5rem;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}

.smule-bonus-round-info {
    background: white;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 6px;
    border-left: 4px solid #3498db;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.smule-bonus-round-info:last-child {
    margin-bottom: 0;
}

.smule-bonus-artwork-container {
    position: relative;
    margin-bottom: 15px;
}

.smule-bonus-artwork {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
}

.smule-download-bonus-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(52, 152, 219, 0.9);
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.smule-download-bonus-btn:hover {
    background: rgba(41, 128, 185, 0.95);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.smule-download-bonus-btn:disabled {
    background: rgba(128, 128, 128, 0.7);
    cursor: not-allowed;
    transform: none;
}

.smule-bonus-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.smule-bonus-header h4 {
    margin: 0;
    color: #2c3e50;
    font-size: 1.2rem;
}

.smule-bonus-points {
    background: #27ae60;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
}

.smule-bonus-hashtag {
    color: #3498db;
    font-weight: bold;
    font-size: 0.95rem;
    margin: 8px 0;
}

.smule-bonus-description {
    margin: 10px 0;
    color: #555;
    font-size: 0.95rem;
}

.smule-bonus-status {
    margin-top: 10px;
}

.smule-bonus-status p {
    margin: 5px 0;
    font-size: 0.9rem;
    color: #666;
}

.smule-already-submitted {
    color: #e74c3c !important;
    font-weight: bold;
}

.smule-bonus-submit-link {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background: #3498db;
    color: white !important;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: background 0.3s;
}

.smule-bonus-submit-link:hover {
    background: #2980b9;
}

.smule-bonus-upcoming {
    border-left-color: #f39c12;
}

.smule-bonus-open {
    border-left-color: #27ae60;
}

.smule-bonus-closed {
    border-left-color: #e74c3c;
    opacity: 0.7;
}

.smule-bonus-submission-container {
    margin: 30px 0;
    padding: 25px;
    background: white;
    border: 2px solid #3498db;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.smule-bonus-submission-container h3 {
    margin-top: 0;
    color: #2c3e50;
}

.smule-bonus-info {
    background: #e8f5e9;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 20px;
    border-left: 4px solid #27ae60;
}

.smule-bonus-message {
    margin-top: 15px;
    padding: 15px;
    border-radius: 4px;
}

.smule-bonus-message.success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.smule-bonus-message.error {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.smule-bonus-submission-form .smule-form-group {
    margin-bottom: 20px;
}

.smule-bonus-submission-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #2c3e50;
}

.smule-bonus-submission-form input[type="text"],
.smule-bonus-submission-form input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.smule-bonus-submission-form input[type="text"]:focus,
.smule-bonus-submission-form input[type="url"]:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.smule-bonus-submit-btn {
    background: #27ae60;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.smule-bonus-submit-btn:hover {
    background: #229954;
}

.smule-bonus-submit-btn:disabled {
    background: #95a5a6;
    cursor: not-allowed;
}
