/*
Theme Name: WP Custom Theme
Theme URI: https://example.com/
Author: Konstantin Stalinsky & ChatGPT
Author URI: https://example.com/
Description: მარტივი ხელნაკეთი თემა WordPress-ზე, Bootstrap 5.3-ის გამოყენებით, მიერთებულია Font Awesome 6
Version: 0.2.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: wp-custom-theme
*/

body {
    background-color: #ffffff;
    color: #212529;
}

.site-brand {
    text-decoration: none;
}

.site-brand:hover {
    text-decoration: none;
}

.card-thumb-fallback {
    min-height: 220px;
}

.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 .75rem;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    color: #212529;
    text-decoration: none;
    background: #fff;
}

.pagination .page-numbers.current {
    color: #fff;
    background: #212529;
    border-color: #212529;
}

.pagination .page-numbers:hover {
    color: #212529;
    background: #f8f9fa;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content iframe {
    max-width: 100%;
}

.wp-caption,
.gallery {
    max-width: 100%;
}
