/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/




@font-face {
    font-family: 'swizabold';
    src: url('/wp-content/themes/salient-child/fonts/subset-Swiza-Bold.eot');
    src: url('/wp-content/themes/salient-child/fonts/subset-Swiza-Bold.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-Bold.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-Bold.woff') format('woff'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'swizaextralight';
    src: url('/wp-content/themes/salient-child/fonts/subset-Swiza-ExtraLight.eot');
    src: url('/wp-content/themes/salient-child/fonts/subset-Swiza-ExtraLight.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-ExtraLight.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-ExtraLight.woff') format('woff'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'swizalight';
    src: url('/wp-content/themes/salient-child/fonts/subset-Swiza-Light.eot');
    src: url('/wp-content/themes/salient-child/fonts/subset-Swiza-Light.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-Light.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-Light.woff') format('woff'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'swizamedium';
    src: url('/wp-content/themes/salient-child/fonts/subset-Swiza-Medium.eot');
    src: url('/wp-content/themes/salient-child/fonts/subset-Swiza-Medium.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-Medium.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-Medium.woff') format('woff'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'swizaregular';
    src: url('/wp-content/themes/salient-child/fonts/subset-Swiza-Regular.eot');
    src: url('/wp-content/themes/salient-child/fonts/subset-Swiza-Regular.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-Regular.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-Regular.woff') format('woff'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'swizasemibold';
    src: url('/wp-content/themes/salient-child/fonts/subset-Swiza-SemiBold.eot');
    src: url('/wp-content/themes/salient-child/fonts/subset-Swiza-SemiBold?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-SemiBold.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-SemiBold.woff') format('woff'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'swizathin';
    src: url('/wp-content/themes/salient-child/fonts/subset-Swiza-Thin.eot');
    src: url('/wp-content/themes/salient-child/fonts/subset-Swiza-Thin.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-Thin.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-Thin.woff') format('woff'),
         url('/wp-content/themes/salient-child/fonts/subset-Swiza-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* Do listy przetargów */

.ip-list {display:grid; gap:32px;}
.ip-item {display:grid; grid-template-columns:280px 1fr; gap:24px; align-items:start;}
.ip-thumb img, .ip-thumb--placeholder {width:100%; height:180px; object-fit:cover; background:#eee; border-radius:8px;}
.ip-title {margin:0 0 8px; font-size:18px; font-weight:500 !important; line-height:22px;}
.ip-meta {display:flex; gap:40px; color:#666; font-size:14px; margin:8px 0 12px;}
.ip-meta__row span {display:block; text-transform:lowercase;}
.ip-btn {display:inline-block; padding:10px 18px; border:1px solid #ccc; border-radius:999px; text-decoration:none;}
.pagination {margin:32px 0; display:flex; gap:8px; flex-wrap:wrap;}
.pagination a, .pagination span {padding:8px 12px; border:1px solid #ddd; border-radius:6px;}
.pagination .current {background:#000; color:#fff; border-color:#000;}
@media (max-width:800px){ .ip-item{grid-template-columns:1fr;} }



/* do tabeli szczegółów */

.ip-details-card{border:1px solid #e9e9e9;border-radius:12px;overflow:hidden;margin:24px 0;background:#fff}
.ip-details-head{padding:12px 16px;font-weight:700;background:#f7f7f7;border-bottom:1px solid #e9e9e9}
.ip-details-grid{display:grid;grid-template-columns:1fr 1fr}
.ip-details-cell{padding:14px 16px;border-right:1px solid #eee;border-bottom:1px solid #eee}
.ip-details-cell:nth-child(2n){border-right:none}
.ip-details-label{font-size:14px;color:#666;margin-bottom:6px}
.ip-details-value{font-weight:600;color:#222}
@media (max-width:900px){.ip-details-grid{grid-template-columns:1fr}.ip-details-cell{border-right:none}}
