.oxy-form-container--a2p-strict .oxy-a2p-business-branding {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.oxy-form-container--a2p-strict .oxy-a2p-business-logo {
    max-width: 220px;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.oxy-form-container--a2p-strict .oxy-a2p-consent {
    margin-top: 1.25rem;
    padding: 1.125rem 1rem;
    border: 1px solid #b6c7ef;
    border-radius: 10px;
    background: #eef4ff;
}

.oxy-form-container--a2p-strict .oxy-a2p-consent legend {
    font-size: 1rem;
    font-weight: 700;
    color: #0b2c63;
    padding: 0 0.25rem;
}

.oxy-form-container--a2p-strict .oxy-a2p-consent__label {
    display: flex;
    gap: 0.625rem;
    align-items: flex-start;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #102a43;
}

.oxy-form-container--a2p-strict .oxy-a2p-consent__label input[type='checkbox'] {
    margin-top: 0.2rem;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.oxy-form-container--a2p-strict .oxy-a2p-consent__label input[type='checkbox']:focus-visible {
    outline: 2px solid #0a4ec2;
    outline-offset: 2px;
}

.oxy-form-container--a2p-strict .oxy-a2p-disclosure {
    margin-top: 0.85rem;
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #0f2852;
}

.oxy-form-container--a2p-strict .oxy-a2p-disclosure a {
    color: #0a4ec2;
    font-weight: 700;
    text-decoration: underline;
}

.oxy-form-container--a2p-strict .oxy-a2p-disclosure a:focus-visible {
    outline: 2px solid #0a4ec2;
    outline-offset: 2px;
    border-radius: 2px;
}

.oxy-form-container--a2p-strict .oxy-a2p-disclosure span[data-a2p-missing-link] {
    color: #b42318;
    font-weight: 700;
    font-style: italic;
}

.a2p-form-error {
    display: none;
    margin-top: 0.9rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid #fda29b;
    background: #fffbfa;
    color: #b42318;
    border-radius: 8px;
    font-size: 0.9rem;
}

.a2p-form-error.is-visible {
    display: block;
}

.a2p-field-invalid {
    outline: 2px solid #f97066;
    outline-offset: 1px;
}

.a2p-submit-disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

body.a2p-gated-landing-page header .a2p-main-website-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0.48rem 0.95rem;
    border-radius: 999px;
    border: 1px solid #0a4ec2;
    background: #0a4ec2;
    color: #ffffff !important;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    pointer-events: auto !important;
}

body.a2p-gated-landing-page header .a2p-main-website-button:hover,
body.a2p-gated-landing-page header .a2p-main-website-button:focus-visible {
    background: #083f9b;
    border-color: #083f9b;
    color: #ffffff !important;
    outline: none;
}

body.a2p-gated-landing-page header a,
body.a2p-gated-landing-page footer a {
    display: none !important;
    pointer-events: none !important;
}

body.a2p-gated-landing-page header a[data-a2p-allow-link],
body.a2p-gated-landing-page footer a[data-a2p-allow-link] {
    display: inline-flex !important;
    pointer-events: auto !important;
}

/* Input icon alignment fix for plugin-name form fields */
.plugin-name-input-wrap {
    position: relative;
}

.plugin-name-input-wrap .plugin-name-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    line-height: 1;
    font-size: 20px;
    vertical-align: middle;
    pointer-events: none;
    z-index: 2;
}

.plugin-name-input-wrap > input,
.plugin-name-input-wrap > select {
    width: 100%;
    padding-left: 44px !important;
}

.plugin-name-input-wrap.plugin-name-input-wrap-textarea .plugin-name-input-icon {
    top: 14px;
    transform: none;
}

.plugin-name-input-wrap.plugin-name-input-wrap-textarea > textarea {
    width: 100%;
    padding-top: 12px;
    padding-left: 44px !important;
}

.oxy-form-container--a2p-strict .oxy-a2p-consent__label + .oxy-a2p-consent__label {
    margin-top: 0.8rem;
}
