.pvl-scw-appointment,
.pvl-scw-signature {
    margin: 1rem 0;
    padding: 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.pvl-scw-appointment__title {
    margin: 0 0 0.75rem;
    font-size: 1rem;
}

.pvl-scw-appointment__row label {
    display: block;
    margin-bottom: 0.5rem;
}

.pvl-scw-appointment__row label span {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 4px;
}

.pvl-scw-appointment__actions,
.pvl-scw-signature__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pvl-scw-signature__actions {
    margin-bottom: 1rem;
}

.pvl-scw-offline-upload {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed #cbd5e0;
}

.pvl-scw-offline-form input[type="file"] {
    display: block;
    margin: 0.5rem 0;
    max-width: 100%;
}

.pvl-scw-gallery__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0.75rem 0 0;
    padding: 0;
}

.pvl-scw-gallery__item {
    position: relative;
    max-width: 120px;
}

.pvl-scw-gallery__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}

.pvl-scw-gallery__delete {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    background: #e53e3e;
    color: #fff;
    cursor: pointer;
    line-height: 1;
}

.pvl-contracts-table__sub td {
    background: #fafafa;
    padding-top: 0;
}

.pvl-contract-workflow-reset__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.pvl-contract-workflow-reset {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
}

.pvl-contract-workflow-reset-notice {
    margin: 0 0 12px;
}

.pvl-services-prof-row__rdv {
    margin-left: 8px;
    font-size: 12px;
    white-space: nowrap;
}
