/* SVG Icon Optimization Styles */

/* Quote Icon - استفاده از background برای آیکون تکراری */
.quote-icon {
    background-image: url('../../media/image/svg/Quote.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 67px;
    height: 53px;
    display: inline-block;
}

.quote-icon img {
    display: none;
}

/* SVG Icon Base Styles */
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    stroke: currentColor;
    vertical-align: middle;
}

