/*
Theme Name: odds2win
Theme URI: https://odds2win.bet
Author: Denys Lebediev
Author URI: https://odds2win.bet
Description: Odds2Win betting theme
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: odds2win
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

.card-img {
  max-height: 200px;
  object-fit: contain;
}

.bookmaker_button {
  width: 100px;
  height: 60px;
}

.bookmaker_button_sm {
  width: 70px;
  height: 31px;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}


.pagination ul, .wp-pagenavi{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    list-style-type: none;
    padding-left: 0;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 30px;
}

.pagination li, .wp-pagenavi li {
    list-style: none;
    margin: 0 2px;
}

.pagination a,
.wp-pagenavi a,
.pagination span,
.wp-pagenavi span {
    display: inline-block;
    padding: 6px 12px;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
}

.pagination a:hover, .wp-pagenavi a:hover {
    color: #23527c;
    background-color: #f5f5f5;
    border-color: #ccc;
}

.pagination .current, .wp-pagenavi .current {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    pointer-events: none; /* отключает клики на текущей странице */
}

.pagination .dots, .wp-pagenavi .dots {
    padding: 6px 10px;
}



.post-tags {
    margin-top: 20px;
    padding: 10px;
}