.superpet-cashback-notice {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px 15px 15px 50px;
    margin: 15px 0;
    position: relative;
}

.superpet-cashback-notice::before {
    content: "💰";
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 20px;
}

.superpet-cashback-notice a {
    color: #0073aa;
    text-decoration: none;
}

.superpet-cashback-notice a:hover {
    text-decoration: underline;
}

.superpet-cashback-info {
    margin: 20px 0;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.cashback-join-section h3,
.cashback-status-section h3 {
    margin-top: 0;
    color: #333;
}

.cashback-level-info {
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    margin: 15px 0;
}

.cashback-level-info p {
    margin: 8px 0;
}

.next-level-info {
    color: #e10e6d;
    font-style: italic;
}

.max-level-info {
    color: #46b450;
    font-weight: bold;
}

.cashback-rules {
    margin-top: 20px;
}

.cashback-rules h4 {
    margin-bottom: 10px;
    color: #333;
}

.cashback-rules ul {
    margin-left: 20px;
}

.cashback-rules li {
    margin-bottom: 5px;
}

.join-cashback-btn {
    margin-top: 10px;
}

/* Стили для мобильных устройств */
@media (max-width: 768px) {
    .superpet-cashback-notice {
        padding: 12px;
        margin: 10px 0;
    }
    
    .superpet-cashback-notice::before {
        left: 12px;
        top: 12px;
        font-size: 18px;
    }
    
    .superpet-cashback-notice {
        padding-left: 40px;
    }
} 