.fbpatch-wrap {
    max-width: 700px;
    margin: 18px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}

.fbpatch-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.fbpatch-input {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
}

.fbpatch-input:focus {
    box-shadow: 0 0 0 3px rgba(24,119,242,0.12);
    border-color: #1877f2;
}

.fbpatch-button {
    padding: 10px 16px;
    background: linear-gradient(180deg,#1e8bff,#1877f2);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

.fbpatch-button:hover {
    opacity: 0.95;
}

.fbpatch-result {
    margin-top: 12px;
    font-size: 15px;
    min-height: 22px;
}

.fbpatch-error {
    color: #c0392b;
    font-weight: 600;
}

.fbpatch-success {
    color: #0f5132;
    font-weight: 600;
}
