/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 14 2026 | 08:06:04 */
/* Скрываем текст, оставляя SVG */
.bvi-shortcode .bvi-open {
    font-size: 0;      /* текст исчезает */
    display: inline-flex;
    align-items: center;
}

/* Восстанавливаем размер SVG */
.bvi-shortcode .bvi-open svg {
    font-size: initial; /* или width/height ниже */
    width: 32px;
    height: 32px;
}
