.calendrier-template-product-link {
    text-align: end !important;
    text-decoration: underline;
    color: #E4051F !important;
}
.calendrier-template-section {
    margin-top: 10px;
    padding: 10px 0;
    border: 0;
    background: transparent;
}

.calendrier-template-section h2 {
    margin-top: 0;
    margin-bottom: 8px;
}

.calendrier-template-intro {
    margin-bottom: 20px;
}

.calendrier-template-downloads {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.calendrier-template-button {
    display: inline-block;
    padding: 11px 16px;
    border: 1px solid #222;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
}

.calendrier-template-button:hover {
    text-decoration: none;
}

.calendrier-template-instructions {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.calendrier-template-instructions h3 {
    margin-top: 0;
    font-size: 17px;
}

.calendrier-template-instructions div {
    line-height: 1.6;
}

@media (max-width: 600px) {

    .calendrier-template-section {
        padding: 18px;
    }

    .calendrier-template-downloads {
        flex-direction: column;
    }

    .calendrier-template-button {
        text-align: center;
    }
}