﻿.cour-vert-sb {
    background: var(--bg-color-shade2);
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 24px;
    max-width: 360px;
    /*    margin: 20px auto;
*/ margin-left: 20px;
    /**/ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.floating {
    display: inline-block;
    padding: 12px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cour-vert-info-title {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
}

.check-icon svg {
    fill: #28a745;
}

.cour-vert-btn {
    background: #0056d2;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
}

    .cour-vert-btn:hover {
        background: #003e99;
    }

.green-icon {
    color: green;
}


