/* Archivo: /var/www/vhosts/infocheckin.es/httpdocs/assets/css/infolegal-registro.css */
.ic-legal-pill {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d9e6f7;
    background: #f6fbff;
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: 0 1px 2px rgba(16,24,40,.04);
}
.ic-legal-pill__body { min-width: 0; }
.ic-legal-pill__title {
    font-weight: 700;
    color: #0f3b75;
    margin-bottom: 4px;
    line-height: 1.25;
}
.ic-legal-pill__text {
    color: #334155;
    font-size: .96rem;
    line-height: 1.35;
}
.ic-legal-pill__actions { flex: 0 0 auto; }
.ic-legal-pill__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    color: #0b5ed7;
    background: #ffffff;
    border: 1px solid #b9d2fb;
    border-radius: 999px;
    padding: 10px 14px;
    white-space: nowrap;
}
.ic-legal-pill__link:hover,
.ic-legal-pill__link:focus {
    text-decoration: none;
    background: #eef5ff;
    color: #084298;
}
@media (max-width: 767.98px) {
    .ic-legal-pill {
        flex-direction: column;
        align-items: flex-start;
    }
    .ic-legal-pill__actions,
    .ic-legal-pill__link {
        width: 100%;
    }
}
