/* ============================================
   Tilda Catalog
   Кнопки из ссылок в поле "Текст"
   ============================================ */

.t-catalog__prod-popup__text {
    opacity: 1 !important;
    color: rgba(0, 0, 0, 0.7);
}

.js-catalog-prod-all-text a {
    display: inline-block;
    padding: 18px 24px;
    margin: 8px 8px 8px 0;

    background: #204C2B !important;
    background-color: #204C2B !important;
    color: #fff !important;

    border: 0px solid #204c2b;
    border-radius: 0px;
    
    opacity: 1 !important;
    filter: none !important;

    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.2;
}