/* Character Count Styling */
.fo-verification-special .fo-input-relative {
    position: relative;
}

.fo-verification-special .fo-input-special {
    padding-right: 45px !important;
}

.fo-verification-special .fo-char-count {
    position: absolute;
    right: 12px;
    top: 30%;
    transform: translateY(-50%);
    color: #EE2A65 !important;
    font-size: 12px;
    font-weight: 500;
    pointer-events: none;
}

/* Signature Status Styling */
.fo-signature-status-block {
    margin: 5px 0 10px 0;
}

.fo-status-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.fo-status-label {
    font-size: 16px;
    font-weight: 600;
    color: #02001E;
    /* Matches brandPrimary */
}

.fo-status-icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fo-status-icon svg {
    width: 100%;
    height: auto;
}

.fo-status-colon {
    font-size: 16px;
    color: #02001E;
    font-weight: 600;
}

.fo-status-value {
    font-size: 16px;
    font-weight: 600;
    color: #02001E;
}

.fo-status-info-text {
    font-size: 12px;
    color: #4B5563;
    /* Gray-600 */
    line-height: 105%;
}

.fo-status-info-text strong {
    color: #02001E;
}

.fo-delivery-address {
    margin-bottom: 10px;
}

.special-instructions .bullet-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}