/**
 * Listas de confianza — diseño unificado (tarjetas + chulito verde).
 */
.yc-trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 10px 0;
}

.yc-trust-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 10px;
}

.yc-trust-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 0;
    background: transparent url(/assets/wp-content/uploads/2019/04/Vinkje-YC.jpg) center center / contain no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.yc-trust-icon::before,
.yc-trust-card:nth-child(1) .yc-trust-icon::before,
.yc-trust-card:nth-child(2) .yc-trust-icon::before,
.yc-trust-card:nth-child(3) .yc-trust-icon::before,
.yc-trust-card:nth-child(4) .yc-trust-icon::before {
    content: none !important;
    display: none !important;
}

.yc-trust-title {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #1B5C7A;
    line-height: 1.3;
}

.yc-trust-desc {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #9bb0c0;
    font-weight: 600;
    margin-top: 3px;
}

@media (max-width: 768px) {
    .yc-trust-grid {
        grid-template-columns: 1fr;
    }
}

/* Inicio — chulito dentro del cuadro naranja (Excelente Servicio, etc.) */
#home-three-colum-widget .aio-icon.square {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px;
    line-height: 1 !important;
    background: #ffffff !important;
    border: 2px solid #ff7f00 !important;
    box-sizing: border-box;
}

#home-three-colum-widget .aio-icon.square i {
    display: none !important;
    font-size: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
}

#home-three-colum-widget .aio-icon.square::before {
    content: "";
    display: block;
    width: 28px;
    height: 32px;
    background: url(/assets/wp-content/uploads/2019/04/Vinkje-YC.jpg) center center / contain no-repeat;
}
