.phone-collector-widget-f2771187 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    font-family: inherit;
}

.phone-form-title-f2771187 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.phone-form-box-f2771187 {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.5rem;
    background: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.phone-form-element-f2771187 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.phone-input-wrapper-f2771187 {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.phone-form-input-f2771187 {
    width: 100%;
    border: none;
    outline: none;
    font-size: 0.95rem;
    padding: 0.8rem 2.5rem 0.8rem 0.5rem;
    text-align: right;
    color: #374151;
}

.phone-icon-f2771187 {
    position: absolute;
    right: 0.75rem;
    display: flex;
    align-items: center;
    color: #9ca3af;
}

.phone-icon-f2771187 svg {
    width: 1.4rem;
    height: 1.4rem;
}

.phone-form-btn-f2771187 {
    border: none;
    color: #ffffff;
    border-radius: 8px;
    font-size: 0.95rem;
    padding: 0.8rem 2rem;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
    white-space: nowrap;
}

.phone-form-btn-f2771187:hover {
    filter: brightness(0.95);
}

.phone-form-subtext-f2771187 {
    margin-top: 0.8rem;
    font-size: 0.8rem;
    line-height: 1.5;
}

.phone-form-msg-f2771187 {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    font-weight: bold;
}
.phone-form-msg-f2771187.success-f2771187 {
    color: #10b981;
}
.phone-form-msg-f2771187.error-f2771187 {
    color: #ef4444;
}
