.rm-3715-wrapper {
    position: relative;
    width: 100%;
}

.rm-3715-btn {
    border: none;
    margin-top: 10px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease;
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
}

.rm-3715-btn:focus {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

/* Affichage complet sur bureau (Desktop) */
@media (min-width: 1025px) {
    .rm-3715-short {
        display: none !important;
    }
    .rm-3715-full {
        display: block !important;
    }
    .rm-3715-btn {
        display: none !important;
    }
}