<!-- start Simple Custom CSS and JS -->
<style type="text/css">
div.gustave-doc-card {
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 520px;
    border-radius: 8px;
    gap: 16px;
    padding: 16px;

    border: 1px solid #DFE2E7;

    box-shadow: 0 -6px 0 0 #F3F4F7 inset;
}

div.gustave-doc-card-infos {
    display: flex;
    flex-direction: column;

    gap: 8px;
}

div.gustave-doc-card-infos-title, div.gustave-doc-card-infos-price {
    display: flex;
    justify-content: space-between;
}

div.gustave-doc-card-separator {
    width: 100%;
    border-bottom: 1px solid #EBECF0;
}

div.gustave-doc-card-infos-title h3 {
    padding: 0;

    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;

    color: #111827;
}

p.gustave-doc-card-infos-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;

    color: #111827;
}

p.gustave-doc-card-infos-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;

    color: #6B7280;
}

p.gustave-doc-card-infos-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: right;

    color: #111827;
}

.gustave-doc-card-cancelled {
    opacity: 50%;
}</style>
<!-- end Simple Custom CSS and JS -->
