/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Slider hero na pełną szerokość tylko na stronie głównej AKK (ID 365) */
.page-id-365 .hero-fullwidth {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* Opcjonalnie: środek hero trzyma siatkę jak reszta strony */
.page-id-365 .hero-fullwidth .e-con-inner {
    max-width: 1240px;
    margin: 0 auto;
}

.category-search-bar {
    margin: 0 0 1rem 0;
    
}

.category-search-bar .search-field {
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
    margin-bottom: 6px;
}

.category-search-bar .search-submit {
    padding: 8px 16px;
    cursor: pointer;
}


/*LISA SZKOLEŃ */

.lista-szkolen-search {
    margin-bottom: 15px;
}

.lista-szkolen-search input[type="text"] {
    padding: 6px 10px;
    min-width: 260px;
}

.lista-szkolen-search button {
    padding: 6px 14px;
    cursor: pointer;
}

.lista-szkolen-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.lista-szkolen-table th,
.lista-szkolen-table td {
    border-bottom: 1px solid #eee;
    padding: 8px 10px;
    text-align: left;
}

.lista-szkolen-table thead th {
    background: #f5f5f5;
    font-weight: 600;
}

.lista-szkolen-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.lista-szkolen-table a {
    text-decoration: none;
}

/* Kontener formularza */
.lista-szkolen-search {
    margin: 20px 0 25px;
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Pole wyszukiwania */
.lista-szkolen-search input[type="text"] {
    flex: 1;
    padding: 12px 16px 12px 42px;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    font-size: 15px;
    background: #fff url("https://cdn-icons-png.flaticon.com/512/622/622669.png") no-repeat 12px center;
    background-size: 18px;
    transition: all 0.2s ease-in-out;
}

/* Fokus na input */
.lista-szkolen-search input[type="text"]:focus {
    border-color: #2684ff;
    box-shadow: 0 0 0 2px rgba(38,132,255,0.15);
    outline: none;
}

/* Przycisk */
.lista-szkolen-search button {
    padding: 12px 20px;
    background: #2684ff;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
    font-weight: 600;
}

/* Hover button */
.lista-szkolen-search button:hover {
    background: #166ad6;
}

/* Tabela pod search */
.lista-szkolen-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 15px;
}

.lista-szkolen-table th {
    background: #f8f9fb;
    padding: 12px 10px;
    font-weight: 600;
    border-bottom: 2px solid #ececec;
}

.lista-szkolen-table td {
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

.lista-szkolen-table tbody tr:nth-child(even) {
    background: #fafafa;
}

/* Linki */
.lista-szkolen-table a {
    color: #222;
    text-decoration: none;
}

.lista-szkolen-table a:hover {
    color: #2684ff;
}


/* Usuwa goły tekst "PLN" po kwocie w podsumowaniu WC Blocks */
.wc-block-components-totals-item__value {
    font-size: 0 !important;
}

.wc-block-components-totals-item__value span {
    font-size: 18.75px !important; /* dostosuj do swojego rozmiaru */
}
