.calendrier-template-section {
    margin-top: 20px;
}

.calendrier-template-section h2 {
    margin-bottom: 10px;
}

.calendrier-template-intro {
    margin-bottom: 30px;
}

.calendrier-template-group {
    margin-bottom: 30px;
    padding: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
}

.calendrier-template-group h3 {
    margin-top: 0;
    margin-bottom: 18px;
}

.calendrier-template-downloads {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.calendrier-template-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.calendrier-template-button:hover {
    border-color: #999;
}

.calendrier-template-instructions {
    margin-top: 30px;
    padding: 24px;
    border-radius: 8px;
    background: #f7f7f7;
}

.calendrier-template-instructions h3 {
    margin-top: 0;
}

.calendrier-template-upload-info {
    margin-top: 30px;
}

.calendrier-template-product-link {
    margin-top: 12px;
}

.calendrier-template-product-link a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    text-decoration: none;
}

.calendrier-template-format {
    display: inline-block;
    padding: 2px 6px;
    border: 1px solid currentColor;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 600px) {

    .calendrier-template-group {
        padding: 18px;
    }

    .calendrier-template-button {
        flex-direction: column;
        align-items: flex-start;
    }
}