
.modal-card { width: 450px; }

.has-background-gradient {
    background: linear-gradient(rgb(29, 28, 28), rgb(24, 23, 23));
}

.has-background-gradient-to-white {
    background: linear-gradient(rgb(29, 28, 28), rgb(24, 23, 23));
}

.illustration-no-shadows {
    border-radius: 0; }

.illustration {
    border-radius: 0;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

.is-one-third{
    padding: 4rem 2rem;
}
.spacer{
    height: 40px;
}
.plan_title{
    margin-bottom: 0 !important;
}
.plan_subtitle{
    color: rgba(237, 233, 226, 0.6);
}
.price{
    margin-top: 40px;
}
.price h2{
    color: #c9a063;
}
.price span{
    font-size: 20px;
}
.unavailable{
    text-decoration:line-through;
    color: rgba(237, 233, 226, 0.6);
}
.best_selling{
    background: #1d1c1c;
    border: 1px solid rgba(237, 233, 226, 0.14);
}
.best_selling h2{
    color: #c9a063;
}
.best_selling_btn{
    background: #c9a063 !important;
    color: #181717 !important;
}

/* Pièces jointes du brouillon intégré (évolution 2, cf. docs/ROADMAP.md §2) */
.draft-attachments-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0.75rem;
}
.draft-attachment-item {
    position: relative;
    width: 96px;
}
.draft-attachment-thumb {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 0;
    border: 1px solid rgba(237, 233, 226, 0.14);
    display: block;
}
.draft-attachment-doc {
    width: 96px;
    height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid rgba(237, 233, 226, 0.14);
    border-radius: 0;
    background: #1e1d1d;
}
.draft-attachment-doc ion-icon {
    font-size: 2.25rem;
    color: rgba(237, 233, 226, 0.6);
}
.draft-attachment-remove {
    position: absolute;
    top: -8px;
    right: -8px;
}
.draft-attachment-name {
    display: block;
    font-size: 0.7rem;
    text-align: center;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.draft-attachment-add {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

