﻿/*
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 стили */


.btn_mask_link {
    text-align: center;
    margin-bottom: 20px;
}

.buttontag {
    display: inline-block; /* Чтобы элементы располагались в ряд */
    margin: 5px;           /* Расстояние между кнопками */
}

.buttontag a {
    display: inline-block;
    padding: 8px 16px;     /* Размер кнопки */
    background-color: #007BFF; /* Цвет кнопки */
    color: white;           /* Цвет текста */
    text-decoration: none;  /* Убираем подчеркивание */
    border-radius: 5px;     /* Скругленные углы */
    transition: background-color 0.3s; /* Анимация при наведении */
}

.buttontag a:hover {
    background-color: #0056b3; /* Цвет кнопки при наведении */
}

.buttontags-container {
    display: flex;
    flex-wrap: wrap; /* Если кнопок много, они перейдут на следующую строку */
   
}

.post-card--vertical .post-card__thumbnail img, .post-card--vertical .post-card__thumbnail a:before {
    border-radius: 6px;
    max-height: 220px;
    width: auto;
}

span.pseudo-link.js-link {
    color: #fff;
    background-color: #32373c;
    border-radius: 10px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.367em + 2px) calc(0.633em + 2px);
    font-size: 1.125em;
}

.panel{border:1px solid #e5e5e5;border-radius:8px;padding:16px;background:#fff;}
.list{columns:5 240px;column-gap:24px;list-style:none;margin:0;padding:0;}
.list li{break-inside:avoid;margin:4px 0;}
.list a{color:#0a66cc;text-decoration:none;}
.list a:hover{text-decoration:underline;}
@media(max-width:1000px){.list{columns:3 220px;}}
@media(max-width:640px){.list{columns:1 100%;}}