/*
Theme Name: Intellexpress
Theme URI: https://intellexpress.ge
Author: Intellexpress Team
Author URI: https://intellexpress.ge
Description: Intellexpress - ფულადი გზავნილების საერთაშორისო სისტემის თემა
Version: 1.0.0
License: GPL v2 or later
Text Domain: intellexpress
*/

/* აიქონების და ფონტების იძულებითი გააქტიურება */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@100..900&display=swap');

body {
    font-family: 'Noto Sans Georgian', sans-serif !important;
}

/* Font Awesome-ის სელექტორების გასწორება */
.fa, .fas, .fab, .far, .fa-solid, .fa-brands {
    font-family: "Font Awesome 6 Free" !important; /* FA 6.x ვერსიისთვის */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900 !important;
}

.fab, .fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
}

/* Import main styles */
@import url('assets/css/main.css');

/* WordPress specific additions */
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
}

.wp-caption-text {
    font-size: 0.9em;
    color: var(--text-grey);
    margin-top: 0.5em;
    text-align: center;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 1.5em 0;
}

.gallery-item {
    flex: 1 0 auto;
}

.sticky {
    background: var(--light-bg);
    padding: 20px;
    border-radius: var(--radius);
    border-left: 4px solid var(--primary-red);
}

.bypostauthor {
    background: rgba(211, 18, 46, 0.05);
}