/*!
Theme Name: Blocksy
Theme URI: https://creativethemes.com/blocksy/
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Version: 2.1.34
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2019 CreativeThemes.
Requires at least: 6.5
Requires PHP: 7.0
Tested up to: 6.9
Text Domain: blocksy
Blocksy Minimum Companion Version: 2.0.74-beta1
Tags: accessibility-ready, blog, block-patterns, e-commerce, wide-blocks, block-styles, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, translation-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments
*/
/* Убрать выделение нижней строки таблицы цен */
.ss-prices-full tr:last-child td {
  border-bottom: none;
}

/* Цена без лечения — чуть приглушённее */
.ss-pnum-without {
  color: rgba(31,41,51,0.5) !important;
  font-size: 13px !important;
}
/* Таблица цен — фиксированные колонки */
.ss-prices-full { table-layout: fixed; }
.ss-prices-full th:nth-child(1) { width: 18%; }
.ss-prices-full th:nth-child(2) { width: 32%; }
.ss-prices-full th:nth-child(3) { width: 25%; }
.ss-prices-full th:nth-child(4) { width: 25%; }

/* Цена без лечения */
.ss-pnum-without {
  color: rgba(31,41,51,0.5) !important;
  font-size: 14px !important;
}

/* Убрать нижнюю границу последней строки */
.ss-prices-full tr:last-child td {
  border-bottom: none !important;
}
