.ifag-quote-box {
    background: #fff;
    border: 1px solid #f3f4f6;
    border-left: 6px solid #ce2139;
    border-radius: 12px;
    padding: 40px 50px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}

.ifag-quote-box-title {
    font-size: 24px;
    font-weight: 800;
    color: #111;
    margin: 0 0 25px 0 !important;
    line-height: 1.35;
    font-family: inherit;
}

.ifag-quote-box-highlight {
    color: #ce2139;
    font-weight: inherit;
}

.ifag-quote-box-description {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
    margin: 0 0 20px 0 !important;
}

.ifag-quote-box-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px !important;
}

.ifag-quote-box-tag {
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 5px 13px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #4b5563;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .ifag-quote-box {
        padding: 30px 25px;
    }
}
