/*
Theme Name: Fascia
Description: Theme pour SNMR
Author: NOUS - Ouvert, Utile et Simple
Author URI: https://www.avecnous.eu
Template: twentytwentyfive
Version: 0.4.0
Text Domain: fascia
Domain Path: snmr/fascia
*/

:root {
    --member-block-border-radius: 50px;
    --member-block-padding: var(--wp--preset--spacing--40);
    --member-block-background: var(--wp--preset--color--custom-neutre-10);
    --member-title-color: var(--wp--preset--color--custom-public-50);
}

/* CCAM */
.ccam-pdf-button {
    display: flex;
    flex-direction: column-reverse;
}

.ccam-pdf-button .ccam-pdf-div:first-child {
    border-right: none;
}

.ccam-pdf-button .ccam-pdf-div:last-child {
    padding-left:0;
}

.ccam-pdf-button .ccam-pdf-div {
    padding: 0;
}

.ccam-pdf-link {
    background: var(--wp--preset--color--custom-private-50);
    color: var(--wp--preset--color--custom-private-5)!important;
    border-radius: 9999px;
    border: 1px solid var(--wp--preset--color--custom-private-50);
    text-decoration: none;
}

.ccam-pdf-label {
    font-size: 1.2rem;
}

.ccam-pdf-link .dashicons {
    line-height: 2;
}

.ccam-pdf-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: unset;
}

.ccam-pdf-div > * {
    padding: 0 0.25rem;
}

.ccam-pdf-meta {
    align-self: center;
    font-size: 0.85rem;
}

.snmr-login {
    background-color: var(--member-block-background);
    border-radius: var(--member-block-border-radius);
    padding: var(--member-block-padding);
}
