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

.autor {
    background-color: #edf4fe;
    border-radius: 8px;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 20px;
}

.autorimg {
    width: 12rem;
    border-radius: 100%;
}

.autorname {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

.language-switcher {
    font-size: 0.7em;
    font-weight: 700;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.language-ua:hover, .language-ru:hover, .language-en:hover {
    color: #eaa835;
    cursor: pointer;
}

.language-ua {
    padding-right: 5px;
    border-right: 2px solid #95c5e8;
}

.language-ru {
    padding-left: 5px;
    padding-right: 5px;
    border-right: 2px solid #95c5e8;
}

.language-en {
    padding-left: 5px;
}