﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

.wpml-ls-current-language .sub-menu li a {
  padding: 4px 5px !important;
}

.wpml-ls-current-language .sub-menu {
  border-radius: 10px;
}

.wpml-ls-current-language .sub-menu li:first-child {
  margin-top: 10px;
}

.wpml-ls-current-language .sub-menu li:last-child {
  margin-bottom: 10px;
}


.site-footer .footer-bottom li.menu-item span.removed-link {
  padding-right: 7px !important;
}

.site-footer .footer-bottom li.menu-item:first-child span.removed-link {
  padding-right: 10px !important;
}


@media (min-width: 768px) {
  .footer-widgets {
      padding-bottom: 10px;
  }
  .footer-widget {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.footer-widget ul {
  list-style: none;
  padding-left: 10px;
  margin-left: 10px;
}

.footer-widget ul li {
  margin-bottom: 8px;
}

.footer-widget ul li a {
  text-decoration: none;
}

.site-footer {
  padding-top: 30px;
  font-size: 14.4px;
}

@media (max-width: 767px) {
  .footer-widgets.footer-widgets-4 {
    display: block !important;
  }
  .footer-widgets.footer-widgets-4 .footer-widget {
    width: 100% !important;
    float: none !important;
  }
}

.site-footer--style-gray {
  color: #FAFAFA !important;
  font-size: 15px !important;
}

.custom-footer-menu ul li a { 
  color: #FAFAFA;
}

.custom-footer-menu ul li a:hover { 
  color: #108C7F;
}

.site-footer-inner h3 {
  color: #108C7F;
}

.footer-widgets .footer-widget ul li a {
  color: #FAFAFA;
}

.footer-widgets .footer-widget ul li a:hover {
  color: #108C7F;
}

.ndncc-block, .entry-content blockquote:not(.wpremark).info, .ri-blocks-wrapper .ri-block { 
  border-radius: 12px !important;
}

/* =====================
   Tables — Apple style
   ===================== */
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.55;
  margin: 28px 0;
}

.entry-content table thead th {
  padding: 13px 18px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.045);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.entry-content table tbody td {
  padding: 12px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  vertical-align: top;
}

/* Zebra */
.entry-content table tbody tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.022);
}

/* Hover */
.entry-content table tbody tr:hover td {
  background: rgba(25, 168, 129, 0.07);
  transition: background 0.18s ease;
}

/* Last row — no bottom border */
.entry-content table tbody tr:last-child td {
  border-bottom: none;
}

/* Mobile scroll */
@media (max-width: 640px) {
  .entry-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
  }
}