/* Add here all your CSS customizations */

.link-preview-card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 220px;
    padding: 28px 22px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
}

.link-preview-card__title {
    display: block;
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.35;
    color: #1f1f1f;
}

@media (min-width: 768px) {
    .link-preview-card {
        min-height: 260px;
    }

    .link-preview-card__title {
        font-size: 20px;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
    color: #777;
}

.recaptcha-notice img {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

.recaptcha-notice a {
    color: #777;
    text-decoration: underline;
}

.recaptcha-notice--contacto {
    margin-bottom: 12px;
}
