.pmg-tv-upload {
    display: grid;
    gap: 14px;
    max-width: 820px;
}

.pmg-tv-upload label {
    display: grid;
    gap: 6px;
    font-weight: 600;
}

.pmg-tv-upload input,
.pmg-tv-upload textarea {
    width: 100%;
    min-height: 42px;
}

.pmg-tv-upload textarea {
    min-height: 110px;
}

.pmg-tv-upload button {
    width: fit-content;
    min-height: 42px;
    padding: 10px 18px;
}

.pmg-tv-consent {
    display: flex !important;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px;
}

.pmg-tv-consent input {
    width: auto;
    min-height: auto;
}

.pmg-tv-message {
    padding: 14px 16px;
    border: 1px solid #b8d7c4;
    background: #eef8f1;
    border-radius: 6px;
}

