/* site-extra.css — ek bileşen stilleri */

.recaptcha-slot {
    margin-top: .5rem;
    padding: .65rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 12px;
    background: #fff;
    display: flex;
    justify-content: center;
}

.recaptcha-slot > div {
    width: 100%;
    display: flex;
    justify-content: center;
}
