.pv-regulatory-notice {
    margin: 0 0 28px;
    padding: 24px;
    border: 2px solid var(--pv-green);
    border-left-width: 7px;
    border-radius: 6px;
    background: #f2f8f1;
    line-height: 1.6;
}

.pv-regulatory-notice h2 {
    margin: 0 0 14px;
    color: #2e5929;
    font-size: 26px;
    line-height: 1.25;
}

.pv-regulatory-notice p {
    margin: 10px 0;
}

.pv-regulatory-notice address {
    margin: 16px 0;
    padding: 16px 18px;
    border-radius: 5px;
    background: #fff;
    font-style: normal;
}

.pv-regulatory-notice a {
    color: #315f2c;
    font-weight: 700;
    text-decoration: underline;
}

.pv-company-contact {
    margin-top: 18px;
    padding-top: 8px;
    border-top: 1px solid #bdd3b9;
}

.pv-company-contact ul {
    margin: 8px 0 0;
    padding-left: 24px;
}

.pv-company-contact li {
    margin: 6px 0;
}

[data-pv-professional-only][hidden] {
    display: none !important;
}

.pv-selected-files {
    display: grid;
    gap: 7px;
    margin-top: 9px;
}

.pv-selected-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 10px;
    border: 1px solid #cbd8c9;
    border-radius: 4px;
    background: #f7faf6;
    font-weight: 400;
}

.pv-selected-file-name {
    min-width: 0;
    overflow-wrap: anywhere;
}

.pv-file-remove {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid #b66;
    border-radius: 50%;
    background: #fff;
    color: #822;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
}

.pv-file-remove:hover {
    background: #fff0f0;
}

@media (max-width: 700px) {
    .pv-regulatory-notice {
        padding: 18px;
    }

    .pv-regulatory-notice h2 {
        font-size: 22px;
    }
}
