/*
 Theme Name:   Solo una IA - Theme
 Theme URI:    https://staging.solounaia.com
 Description:  Tema para Solo una IA desarrollado para Bricks Builder.
 Author:       Anlobarri
 Author URI:   https://github.com/anlobarri/
 Template:     bricks
 Version:      1.0.0
 Text Domain:  bricks
*/


/* HEADER PRINCIPAL */
.menu-item svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    transform: translateY(5px);
}

.menu-item a span {
    vertical-align: middle;
}

@media (max-width:991px){
	.menu-item svg{
		transform: translateY(0px);
	}
}

/* LANDING */

@media(max-width:1254px){
    .sui-grid-cards-domina{
        gap: 2rem !important;
    }
    .sui-card-domina-top{
        border:1px solid #E9ECED !important;
        border-radius: 5px 5px 0px 0px !important;
    }
    .sui-card-domina-info{
        border-top:0px !important;
        border-right:1px solid #E9ECED !important;
        border-bottom:1px solid #E9ECED !important;
        border-left:1px solid #E9ECED !important;
        border-radius: 0px 0px 5px 5px !important;
    }
}



/* CHECKOUT */
.page-id-1642{
    overflow-x:hidden !important;
}

#brx-content.wordpress{
    width:100% !important;
}

#brx-content.wordpress h1:first-of-type {
    display: none !important;
}

.mepr_price, .mepr_mepr-address-two, .mepr_mepr_vat_customer_type, .mepr-order-bumps, .have-coupon-link{
    display:none !important;
}

.mp_wrapper textarea, .mp_wrapper select, .mp_wrapper input[type=text], .mp_wrapper input[type=url], .mp_wrapper input[type=email], .mp_wrapper input[type=tel], .mp_wrapper input[type=number], .mp_wrapper input[type=password]{
    padding:0px 10px;
    border-radius:var(--radius-m);
    border:1px solid #9f9f9f;
}

#brxe-tmvrie,
#brxe-tmvrie ul,
#brxe-tmvrie ol {
    list-style-type: none !important;
    padding-left: 0 !important;
}

.mepr-submit{
    width:100% !important;
    border-radius:var(--radius-m);
    background-color:var(--color-primary);
    color:#fff;
    font-weight:600;
    padding:2rem 1rem;
    border:none;
    text-align:center;
}

@media(max-width:991px){
    .gb-element-0a03d0f9{
        grid-template-columns: 1fr !important;
    }
    .gb-element-e15cffcb, .gb-element-de212ffd
{
        width:100% !important;
    }
    .gb-element-76d5035f{
        justify-items:start !important;
    }
}

/* SHORTCODE TICKETS ABIERTOS */
.ticket-card-soporte {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    max-width: 360px;
}

.ticket-icon-soporte {
    background: #16a34a;
    border-radius: 8px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ticket-icon-soporte svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
}

.ticket-info-soporte {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.ticket-number-soporte {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #1f2937;
}

.ticket-label-soporte {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}
