.photo-upload {
    margin-bottom: .875rem;
}

.photo-upload label {
    display: block;
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: .375rem;
}

.photo-upload input[type="file"] {
    width: 100%;
    font-size: .8125rem;
    padding: .75rem;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    background: rgba(148, 163, 184, .08);
    cursor: pointer;
}

.photo-upload input[type="file"]::file-selector-button {
    margin-right: .75rem;
    padding: .375rem .75rem;
    border: none;
    border-radius: 8px;
    background: #2563eb;
    color: #fff;
    font-family: inherit;
    font-size: .8125rem;
    font-weight: 600;
    cursor: pointer;
}

.contacts-form-card .photo-upload input[type="file"] {
    border-color: rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .06);
    color: #fff;
}

.photo-hint {
    display: block;
    margin-top: .375rem;
    font-size: .75rem;
    opacity: .65;
    line-height: 1.4;
}
