/* =======================================================
   COMPONENTS: TRUST ELEMENTS
   Доверителни баджове, икони, кратки описания
======================================================= */

/* Доверителен Блок (Trust Box - Product Page) */
.fiptec-trust-box {
    display: flex !important; flex-direction: column !important; gap: clamp(0.75rem, 2vw, 1rem) !important; margin-bottom: clamp(1.5rem, 3vw, 2rem) !important;
    background-color: var(--fiptec-slate-50) !important; padding: clamp(1rem, 2vw, 1.25rem) !important; border-radius: clamp(0.75rem, 2vw, 1rem) !important; border: 1px solid var(--fiptec-slate-100) !important;
}
.fiptec-trust-item { display: flex !important; align-items: flex-start !important; gap: clamp(0.75rem, 2vw, 1rem) !important; font-size: clamp(0.75rem, 1.5vw, 0.875rem) !important; font-weight: 600 !important; color: var(--fiptec-slate-700) !important; }
.fiptec-trust-icon { width: clamp(2rem, 4vw, 2.5rem) !important; height: clamp(2rem, 4vw, 2.5rem) !important; border-radius: 50% !important; background-color: var(--fiptec-white) !important; box-shadow: var(--fiptec-shadow-sm) !important; color: var(--fiptec-blue) !important; display: flex !important; align-items: center !important; justify-content: center !important; flex-shrink: 0 !important; font-size: clamp(1rem, 2vw, 1.125rem) !important; border: 1px solid var(--fiptec-slate-100) !important; }
.fiptec-trust-text { padding-top: clamp(0.25rem, 1vw, 0.5rem) !important; line-height: 1.375 !important; }
.fiptec-trust-highlight { color: var(--fiptec-green-dark) !important; font-weight: 700 !important; }

/* Кратко описание (Feature List - Product Page) */
.product-short-description .fiptec-short-desc-features {
    list-style: none !important; display: flex; flex-direction: column; gap: clamp(12px, 2vw, 16px); margin: 0 0 clamp(24px, 4vw, 32px) 0 !important;
    padding: clamp(16px, 3vw, 20px) !important; background-color: var(--fiptec-slate-50); border-radius: clamp(var(--fiptec-radius-lg), 2vw, var(--fiptec-radius-xl)); border: 1px solid var(--fiptec-slate-100);
}
.product-short-description .fiptec-short-desc-features li { display: flex; align-items: flex-start; gap: clamp(12px, 2vw, 16px); margin: 0 !important; padding: 0 !important; font-size: clamp(12px, 2vw, 14px); font-weight: 500 !important; color: var(--fiptec-slate-700); }
.product-short-description .fiptec-short-desc-features .fiptec-feature-icon { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: clamp(32px, 4vw, 40px); height: clamp(32px, 4vw, 40px); background-color: var(--fiptec-white); color: var(--fiptec-blue); border-radius: 50%; box-shadow: var(--fiptec-shadow-sm); border: 1px solid var(--fiptec-slate-100); font-size: clamp(16px, 2vw, 18px); }
.product-short-description .fiptec-short-desc-features .fiptec-feature-text { padding-top: clamp(4px, 1vw, 8px); line-height: 1.375; font-weight: 500 !important; }
.product-short-description .fiptec-short-desc-features .fiptec-feature-text strong { color: var(--fiptec-slate-900) !important; font-weight: 800 !important; }
.product-short-description .fiptec-short-desc-features .fiptec-feature-text .text-emerald-600 { color: var(--fiptec-green-dark) !important; }