:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    
    --bs-body-bg: #ffffff;
    --bs-gray: #6c757d;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-success: #00c853;
    --bs-success-lighter: #00d057;
    --bs-info: #0076FF;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
}


:root {
    --bs-primary: #0d6efd; 
    --bs-primary-bg: #ffffff; 
    --bs-primary-text: #212529;
    --bs-secondary-bg: #eeeeee; 
    --bs-secondary-text: #212529; 
    --bs-accent: #07c152; 
    --bs-footer-bg: #ffffff; 
    --bs-footer-text: #212529; 
    
    --bs-preloader-second: #f21559; 
    --heading-prices-choose: #d63384;
    --bs-delete-lighter: #ff5e85;
    
    --bs-primary-lighter: #6AA4FF;
    --bs-primary-darker: #004CCB;
    --bs-secondary-lighter: #eeeeee;
    --bs-secondary-darker: #eee;
    --bs-primary-bg-lighter: #ffffff;
    --bs-primary-bg-darker: #f9f8fa;
    --bs-secondary-bg-lighter: #fff;
    --bs-secondary-bg-darker: #15161b;
    --bs-success-lighter: #00d057;
    --bs-accent-lighter: #00d057;
    --bs-gray: #6c757d;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-success: #00c853;
    --bs-info: #0076FF;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    
    --bs-body-color: #212529;
    --ip-btn-primary-background: #0d6efd;
    --ip-btn-primary-text: #ffffff;
    --ip-radio-primary-background: #ffffff;
    --ip-radio-primary-text: #212529;
    --ip-radio-primary-border: #0d6efd;
    --ip-radio-checked-background: #0d6efd;
    --ip-radio-checked-text: #ffffff;
    --ip-prices-chosen-background: #f9f8fa;
    --ip-prices-btn-color-text: #ffffff;
    --ip-prices-btn-secondary-background: #00d057;
    --ip-modal-primary-background: #ffffff;
    
    --ip-header-main-bg: #ffffff; 
    --ip-product-icons-text-color: #212529;
    --ip-header-menu-text-color: #6c757d;
    --ip-header-menu-text-color-active: #0d6efd;
    --ip-product-tab-list-nav-link-color: #212529;
    --ip-product-tab-list-nav-link-color-active: #0d6efd;
    --ip-btn-outlined-background: #ffffff;
    --ip-btn-outlined-text: #0d6efd;
    --ip-btn-outlined-secondary-background: #ffffff;
    --ip-btn-outlined-secondary-text: #0d6efd;
    --ip-product-icons-background-color: #ffffff;
    --ip-banner-text: #212529;
    --ip-input-text: #212529; 
    --ip-input-background: #ffffff; 
    --ip-carousel-button-color: #0d6efd;
    --ip-border-radius-boxes: 8px;
    --ip-border-radius-buttons: 50px;
    --ip-border-radius-inputs: 16px;
    --ip-box-shadow-boxes: 0 3px 24px rgba(0, 0, 0, .09);
    --page-max-width: 1200px; 
    --base-font-size: 16px; 
    --base-font-family: 'Arial', sans-serif; 
    --heading-font-family: 'Roboto', sans-serif; 
    --product-box-size: 250px; 


    
    --ip-icon-primary-1: #7f6eff;
    --ip-icon-primary-2: #7e37ff;
    --ip-icon-primary-3: #7c00ff;
    --ip-icon-primary-4: #6120de;
    --ip-icon-primary-5: #4300c4;

    --ip-icon-primary-accent: #f5a8f5;

    --ip-icon-secondary-1: #fff;
    --ip-icon-secondary-2: #f3f3f3;
    --ip-icon-secondary-3: #e9e9e9;
    --ip-icon-secondary-4: #e4e4e4;
    --ip-icon-secondary-5: #ccc;

    --ip-icon-eco-1: #f4e3d3;
    --ip-icon-eco-2: #f4e0ce;
    --ip-icon-eco-3: #dbccbd;

    --ip-icon-darkest: #3a3a3a;
}


:root {
    --bs-primary: #002d62;
    --bs-primary-bg: #f4f4f4;
    --bs-primary-text: #212529;
    --bs-secondary-bg: #f4f4f4;
    --bs-secondary-text: #212529;
    --bs-accent: #07c152;
    --bs-footer-bg: #ffffff;
    --bs-footer-text: #212529;
    --bs-preloader-second: #f21559;
    --heading-prices-choose: #d63384;
    --bs-delete-lighter: #ff5e85;
    --bs-primary-lighter: #6AA4FF;
    --bs-primary-darker: #cc9219;
    --bs-secondary-lighter: #f4f4f4;
    --bs-secondary-darker: #eee;
    --bs-primary-bg-lighter: #ffffff;
    --bs-primary-bg-darker: #f9f8fa;
    --bs-secondary-bg-lighter: #fff;
    --bs-secondary-bg-darker: #15161b;
    --bs-success-lighter: #00d057;
    --bs-accent-lighter: #00d057;
    --bs-gray: #6c757d;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-success: #00c853;
    --bs-info: #0076FF;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-body-color: #212529;
    --bs-body-bg: #f4f4f4;
    --ip-btn-primary-background: #002d62;
    --ip-btn-primary-text: #ffffff;
    --ip-radio-primary-background: #ffffff;
    --ip-radio-primary-text: #212529;
    --ip-radio-primary-border: #002d62;
    --ip-radio-checked-background: #002d62;
    --ip-radio-checked-text: #ffffff;
    --ip-prices-chosen-background: #f9f8fa;
    --ip-prices-btn-color-text: #ffffff;
    --ip-prices-btn-secondary-background: #00d057;
    --ip-modal-primary-background: #ffffff;
    --ip-header-main-bg: #ffffff;
    --ip-product-icons-text-color: #212529;
    --ip-header-menu-text-color: #6c757d;
    --ip-header-menu-text-color-active: #002d62;
    --ip-product-tab-list-nav-link-color: #212529;
    --ip-product-tab-list-nav-link-color-active: #002d62;
    --ip-btn-outlined-background: #ffffff;
    --ip-btn-outlined-text: #002d62;
    --ip-btn-outlined-secondary-background: #ffffff;
    --ip-btn-outlined-secondary-text: #002d62;
    --ip-product-icons-background-color: #ffffff;
    --ip-banner-text: #212529;
    --ip-input-text: #212529;
    --ip-input-background: #ffffff;
    --ip-carousel-button-color: #002d62;
    --ip-border-radius-boxes: 0.5rem;
    --ip-border-radius-buttons: 0.5rem;
    --ip-border-radius-inputs: 0.5rem;
    --ip-box-shadow-boxes: 0 3px 24px rgba(0, 0, 0, .09);
    --page-max-width: 1490px;
    --base-font-size: 16px;
    --base-font-family: 'Barlow', sans-serif;
    --heading-font-family: 'Barlow', sans-serif;
    --product-box-size: 250px;
    --ip-icon-primary-1: #7f6eff;
    --ip-icon-primary-2: #7e37ff;
    --ip-icon-primary-3: #7c00ff;
    --ip-icon-primary-4: #6120de;
    --ip-icon-primary-5: #4300c4;
    --ip-icon-primary-accent: #f5a8f5;
    --ip-icon-secondary-1: #fff;
    --ip-icon-secondary-2: #f3f3f3;
    --ip-icon-secondary-3: #e9e9e9;
    --ip-icon-secondary-4: #e4e4e4;
    --ip-icon-secondary-5: #ccc;
    --ip-icon-eco-1: #f4e3d3;
    --ip-icon-eco-2: #f4e0ce;
    --ip-icon-eco-3: #dbccbd;
    --ip-icon-darkest: #3a3a3a;
}


/********************* GLOBALNE ************************/
body {
    background: var(--bs-primary-bg) !important;
}

html {
    font-family: "Barlow", sans-serif;
}
h1, h2, h4 {
    color: #4a4a4a;
    text-transform: uppercase;
    text-decoration: none;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

button {
    text-transform: uppercase;
    text-decoration: none;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
}
.ip-container-bg {
    background: #fff;
}
#headerMain {
    background: none;
    box-shadow: none !important;
}

#headerMain .desktop-bot-header {
    padding: 1rem;
    border-radius: var(--ip-border-radius-boxes);
    background: #ffffff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.headerNavbar {
    display: flex !important;
    justify-content: space-between !important;
}

.navbar-collapse {
    flex-grow: unset;
}

#headerMain a,
#footer-menu-container a,
.breadcrumb-item .ip-text-gray{
  position: relative;
  text-decoration: none;
  color: #4a4a4a; /* Default link color */
  padding-bottom: 2px; /* Space for the underline */
  transition: color 0.3s ease-in-out;
}

#navbarsExample07XL a::after,
#footer-menu-container a::after,
.breadcrumb-item .ip-text-gray:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px; /* Thickness of the underline */
  background-color: #cc9200; /* Underline color */
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

#navbarsExample07XL a:hover,
#footer-menu-container a:hover,
.breadcrumb-item .ip-text-gray:hover {
  color: #cc9200; /* Change text color on hover */
}

#navbarsExample07XL a:hover::after,
#footer-menu-container a:hover::after,
.breadcrumb-item .ip-text-gray:hover::after{
  transform: scaleX(1);
  transform-origin: left;
}

.before-line:before {
    display: none;
}

.ip-btn-outlined-border-secondary,
.ip-btn-outlined:not(.cart-btn),
.lighter.custom-navbar .ip-logout-btn-group a,
.ip-btn-primary,
.popup .form .form-element button,
.action-buttons-bottom a {
  display: inline-flex; 
  align-items: center; 
  justify-content: center;
  padding: 12px 24px !important;
  background-color: #ffffff !important; 
  color: #002d62 !important; 
  font-size: 18px !important;
  font-weight: 600 !important;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-radius: 0.5rem !important; 
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important; 
  transition: all 0.3s ease !important; 
  margin: 0 auto;
  cursor: pointer;
  border: solid 1px #002d62 !important;
  height: 46px;
  transform: none !important;
}

.ip-btn-outlined-border-secondary:hover ,
.ip-btn-outlined:hover:not(.cart-btn:hover),
.ip-logout-btn-group a:hover,
.ip-btn-primary:hover,
.popup .form .form-element button:hover,
.action-buttons-bottom a:hover,
.prices-table .button-cena:hover {
  background-color: #ffc107 !important; 
  color: #002d62 !important; 
  transform: scale(1.05) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
  border: solid 1px #002d62 !important;
}

.ip-btn-outlined-border-secondary:active,
.ip-btn-outlined:active:not(.cart-btn),
.ip-logout-btn-group a:active,
.ip-btn-primary:active,
.action-buttons-bottom a:active,
.prices-table .button-cena:active{
  background-color: #cc9200 !important;
  transform: translateY(1px) !important;
}
.ip-btn-primary .bi-caret-right-fill::before {
    color: #002d62 !important;
}

ion-icon {
    color: #002d62;
}

.mobile-adaptive-heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 600;
    color: #4a4a4a;
}

#article-heading {
    display: none;
}

.container {
    /*max-width: 1440px;*/
    max-width: unset;
    margin: 0 auto;
}

.container-box {
    max-width: 1440px;
    margin: 0 auto;
}

.ip-text-blue {
    color: #002d62;
}

#article {
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

[aria-label="breadcrumb"] {
    display: block;
    margin: auto !important;
    padding-left: 0 !important;
    max-width: 1440px;
}


.breadcrumb-item {
    text-transform: uppercase;
    font-weight: 600;
    color: #7a7a7a;
    text-decoration: none;
}

.breadcrumb-item .ip-text-gray {
    color: #7a7a7a;
}

ol.breadcrumb {
    justify-content: start !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #cc9219;
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
}

.box.prodbox {
  display: flex; /* Use flexbox for centering content */
  flex-direction: column; /* Stack icon and text vertically */
  align-items: center; /* Center content horizontally */
  justify-content: center; /* Center content vertically */
  background-color: #ffffff;
  border: none;
  border-radius: 0.5rem;
  transition: color 0.7s ease, background-color 0.7s ease;
  color: #4a4a4a;
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  padding: 1rem;
  height: 225px;
  width: 215px;
  cursor: pointer;
}

.svg-holding-block  {
  display: flex; 
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  text-decoration: none;
  width: 100%; 
  height: 100%; 
  height: 225px; 
  width: 215px; 
}
.box.prodbox:hover {
  border: solid #002d62 0.5px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
  color: #cc9200;
  background-color: #002d62;
}
.box.prodbox:hover ion-icon,
.box.prodbox:hover a,
.box.prodbox:hover svg{
  color: #cc9200;
}
.box.prodbox a {
  color: #4a4a4a;
  text-transform: uppercase;
  text-decoration: none;
}
.box.prodbox a:hover {
  transform: translateY(-5px);
  color: #cc9200;
}

.product-box-single {
    background: none;
}

.product-box-single p {
    color: inherit;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-family: "Barlow";
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: unset !important;
    filter: unset !important; 
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal;
}

.prodbox, .tab-pane.show.active {
    margin: 0;
}

.productBoxesInner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
}

.svg-holding-block svg, 
.svg-holding-block img {
    position: static;
        transform: none;
}

.svg-holding-block img:hover, 
.svg-holding-block svg:hover {
    width: 150px;
}

#promoted, #bottom-boxes {
    margin-bottom: 6rem !important;
}

#promoted,
#bottom-boxes  {
    position: relative;
}

#promoted .productBoxesInner,
#bottom-boxes .productBoxesInner {
    align-items: center;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 2rem;
}

#promoted .productBoxesInner {
    gap: 1rem;
    max-width: 1400px;
    margin: auto;
}

#promoted .svg-holding-block, 
#promoted .box.prodbox,
#bottom-boxes .svg-holding-block, 
#bottom-boxes .box.prodbox,
.controller-layout_produkty .svg-holding-block, 
.controller-layout_produkty .box.prodbox {
    padding-top: 0 !important;
    height: 24rem !important;
    width: 22rem !important;
    max-width: unset;
    max-height: unset;
}

#promoted .box.prodbox, #promoted .svg-holding-block {
    height: 19rem !important;
    width: 18rem !important;
}

#promoted .svg-holding-block img,
#bottom-boxes .svg-holding-block img,
.controller-layout_produkty .svg-holding-block img {
    height: 15rem;
    max-width: 20rem;
    max-height: unset;
    width: auto !important;
    min-width: unset;
    min-height: unset;
    position: static;
    transform: none;
}

#promoted .svg-holding-block img {
    height: 11rem !important;
    max-width: 16rem !important;
}

#promoted .svg-holding-block, 
#bottom-boxes .svg-holding-block,
.controller-layout_produkty .svg-holding-block{
    border: none !important;
}

#promoted .box.prodbox:hover, 
#bottom-boxes .box.prodbox:hover,
.controller-layout_produkty .box.prodbox:hover {
    border: solid #cc9200 2px;
    box-shadow: inset 0px 0px 10px rgba(204, 146, 0, 0.2), 0px 4px 10px rgba(0, 45, 98, 0.3);
    transform: translateY(-2px);
    color: #cc9200;
    background-color: #f2f2f2;
}
    
#promoted .productBoxesInner, 
#bottom-boxes .productBoxesInner{
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 1rem 6rem;
    scrollbar-width: none;
    -ms-overflow-style: none; 
}

#promoted .productBoxesInner::-webkit-scrollbar,  
#bottom-boxes .productBoxesInner::-webkit-scrollbar{
    display: none;        
}

#promoted .prodbox, 
#bottom-boxes .prodbox,
.controller-layout_produkty .prodbox {
    flex: 0 0 auto;
    /*width: 300px*/; 
    margin-right: 1rem;
}


.input_label {
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0;
    background: none;
}

.alert-danger {
    margin: 10px auto;
    background: #dbe9fa;
    border: 1px solid #012d62;
    color: #012d62;
    font-weight: 700;
}

.is-field-invalid {
    border-color: #0d6efd !important;
    box-shadow: 0 0 .35rem rgb(86 150 227) !important;
}

.text-danger {
    color: #cc9200 !important;
}


.login-register-container .form-element a,
.input.checkbox label {
    font-family: "Barlow", sans-serif;
    color: #333;
    font-weight: 400 !important;
    font-size: 0.9rem;
}

/********************* Ikony ION**************************/

.fa-trash:before,
.fa-copy:before,
.fa-edit:before, 
.fa-pencil:before,
.fa-comment:before,
address-data-button-column .address-data-button:before,
.order-files a>span:before,
.openUploaderButton:before,
.buttonBar a span:before,
.buttonBar a.active span:before {
    content: '';
    display: inline-block;
    width: 2em;
    height: 2em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.fa-trash,
.fa-copy,
.fa-edit,
.fa-pencil, 
.fa-comment,
address-data-button-column .address-data-button {
    font-family: initial !important;
    font-style: normal !important;
    font-weight: normal !important;
}
    
     
.fa-trash:before{
    background-image: url('https://masterprint-24.pl/useruploads/images/masterprint-24_pl/gallery_68306f93d78f8.svg?1748004764');
}
.fa-copy:before {
    background-image: url('https://masterprint-24.pl/useruploads/images/masterprint-24_pl/gallery_68306f93d5fcb.svg?1748004764');
}
.fa-comment:before{
    background-image: url('https://masterprint-24.pl/useruploads/images/masterprint-24_pl/gallery_68306f93d4b19.svg?1748004764');
}
.fa-edit:before, .fa-pencil:before, address-data-button-column .address-data-button:before {
    background-image: url('https://masterprint-24.pl/useruploads/images/masterprint-24_pl/gallery_68306f93d6980.svg?1748004764');
}
.order-files a>span:before {
    background-image: url('https://masterprint-24.pl/useruploads/images/masterprint-24_pl/gallery_6830767314de2.svg?1748006520');
}

.buttonBar li:first-of-type a span:before,
.buttonBar li:last-of-type a span:before{
     background-image: url('https://masterprint-24.pl/useruploads/images/masterprint-24_pl/gallery_68359d1754c32.svg?1748344105')
}

.buttonBar li:first-of-type a.active span:before,
.buttonBar li:last-of-type a.active span:before {
     background-image: url('https://masterprint-24.pl/useruploads/images/masterprint-24_pl/gallery_68359d1751411.svg?1748344105')
}

.buttonBar li:nth-of-type(2) a span:before {
     background-image: url('https://masterprint-24.pl/useruploads/images/masterprint-24_pl/gallery_68359d1755b7e.svg?1748344105')
}

.buttonBar li:nth-of-type(2) a.active span:before {
     background-image: url('https://masterprint-24.pl/useruploads/images/masterprint-24_pl/gallery_68359d1755379.svg?1748344105')
}
    
.fa-edit:before,
.fa-pencil:before,
address-data-button-column .address-data-button:before,
.buttonBar a span:before,
.buttonBar a.active span:before {
    width: 1em;
    height: 1em;
}

.order-files a>span:before,
.ip-btn-outlined.openUploaderButton:before{
    background-image: url(https://masterprint-24.pl/useruploads/images/masterprint-24_pl/gallery_6830767314de2.svg?1748006520);
    position: absolute;
    top: 0;
    left: 1rem;
    bottom: 0;
    margin: auto;
}

.order-files>p>a,
.ip-btn-outlined.openUploaderButton {
    background-color: greenyellow !important;
    font-weight: 600 !important;
    padding: 1.5rem 1.5rem !important;
    color: #002d62;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    border: 1px solid #002d62;
    font-family: "Barlow", sans-serif;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    position: relative;
}

.order-files>p>a>span {
    padding-left: 1.25em;
}

.order-files>p>a:hover,
.ip-btn-outlined:hover:not(.cart-btn:hover).openUploaderButton:hover{
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    background-color: greenyellow !important;
}

.order-files p {
    margin-top: 0 !important;
}

.buttonBar a.active, 
.buttonBar a.active *, 
.buttonBar a * {
    vertical-align: bottom !important;
}

.ip-btn-outlined:not(.cart-btn:hover).openUploaderButton {
    text-wrap: wrap;
    padding: 2.5rem 1.5rem !important;
    width: 100% !important;
}

/********************* HEADER *************************/
.desktopLogo {
    display: none;
}
.desktop-bot-header .nav {
    justify-content: space-between !important;
    
}
.custom-navbar .sub.showSubMenu {
    display: none !important;
}

.cart-btn {
    border: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 15px !important;
    gap: 10px;
}

#searchPrintingHouse {
    max-width: 100%;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    border: 2px solid #f2f2f2;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    outline: none;
    background-color: #fff;
    color: #333;
    transition: all 0.3s ease;
    height: 46px;
}

#searchMagGlass {
    display: none !important;
}

.desktop-bot-header>ul {
    gap: 2rem;
}

.desktop-bot-header>ul>li:nth-of-type(5) {
    max-width: unset !important;
}

.desktop-bot-header .custom-navbar {
    flex-direction: row-reverse;
    gap: 2rem;
}

.ip-login-register-btn-group a {
    padding: 0 !important;
}

.language-versions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.language-versions p {
    margin: 0 !important; 
    font-size: 16px !important;
}

.language-versions img {
    max-width: 2rem;
    height: 1rem;
}

.logo-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    padding: 1rem;
}

.logos {
    max-width: 8rem;
}

.logo-container {
    max-width: 1490px;
    padding: 0 25px;
    margin: 0 auto 1rem auto;
}

.before-line {
    display: none;
}

.categoryicon {
    display: block;
    font-size: 4rem;
    color: #002d62;
    margin-bottom: 1rem;
}

.article-pre-header {
    margin-top: 6rem;
    margin-bottom: 1.25rem;
    padding: 0 15px;
    text-align: left;
    max-width: var(--page-max-width);
}

/************** original masterprint css ******************/
.margin-bottom-small {
    margin-bottom: 1rem;
}

.container-white-background {
    background-color: #fff;
}

.article-two-columns {
    padding: 8rem 16rem 0 16rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
}

.article-text {
    padding: 1.5rem;
}

.margin-bottom-medium {
    margin-bottom: 3rem;
}

.margin-bottom-small {
    margin-bottom: 1rem;
}

.margin-bottom-high {
    margin-bottom: 6rem;
}

.margin-top-medium {
    margin-top: 3rem;
}

.margin-top-high {
    margin-top: 6rem;
}

.article-content {
    font-size: 1rem;
    text-align: center;
    color: #4a4a4a;
}

.article-header, .article-header--news {
    text-transform: uppercase;
    font-size: 1.75rem;
    font-weight: 600;
    color: #4a4a4a;
    text-align: center;
}

.btn-link {
    text-decoration: none;
    align-items: center;
    display: flex
;
}

.menu-button, .sample-button, .menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: #ffffff;
    color: #002d62;
    font-size: 18px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin: 0 auto;
    cursor: pointer;
    border: solid 1px #002d62;
}

.sample-button {
    margin: 0 auto;
}

.margin-bottom-high {
    margin-bottom: 6rem;
}

.right-arrow {
    width: 0.75rem;
    color: #002d62;
}

.numbers-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    padding: 0 6rem 3rem 6rem;
    background-color: #fff;
}

.numberanddescription {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin: 0 auto;
}

.numberdescription {
    color: #7a7a7a;
    text-transform: uppercase;
    font-weight: 600;
}

.number {
    color: #7a7a7a;
    font-size: 4rem;
}

.request-samples {
    background-color: #f9f9f9;
    padding: 40px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
}


.article-image {
    width: 600px;
    height: 400px;
    background-color: #333;
    border-radius: 0.5rem;
}

.request-samples h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.request-samples p {
    font-size: 1rem !important;
    color: #7a7a7a !important;
    margin-bottom: 3rem !important;
}

.request-samples a {
    text-decoration: none;
}

.request-samples-list {
    margin-top: 3rem;
}

.request-samples-list, .cart-list {
    list-style-type: none;
    padding-left: 0;
}

.request-samples-list li {
    position: relative;
    padding-left: 20px;
}

.request-samples li {
    color: #7a7a7a;
}

.container-navy-background {
    background-color: #002d62;
}

.icons-bar {
    padding: 3rem;
    display: flex;
    gap: 3rem;
    justify-content: center;
}

.iconandtext {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon {
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
    width: 3rem;
    color: #cc9200;
}

.icontext {
    color: #cc9200;
    font-weight: 600;
}

.bestsellers-carousel {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    gap: 2rem;
}

.bestsellers h2 {
    text-transform: uppercase;
    color: #4a4a4a;
    text-align: center;
}

.icon-centered-with-text {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.footer-link, .back-to-main,  button.visibleButton[ng-click="directive.goToPrevStep()"] {
    position: relative;
    text-decoration: none;
    color: #4a4a4a;
    padding-bottom: 2px;
    transition: color 0.3s ease-in-out;
}

.footer-link::after,
 button.visibleButton[ng-click="directive.goToPrevStep()"]:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px; /* Thickness of the underline */
  background-color: #cc9200; /* Underline color */
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.footer-link:hover,
.back-to-main:hover,
 button.visibleButton[ng-click="directive.goToPrevStep()"]:hover{
  color: #cc9200; /* Change text color on hover */
}

.footer-link:hover::after,
.back-to-main:hover::after,
 button.visibleButton[ng-click="directive.goToPrevStep()"]:hover::after{
  transform: scaleX(1);
  transform-origin: left;
}

.contact-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.25rem;
    font-weight: 500;
    align-items: center;
}

.certificates {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    margin: 20px 0;
    gap: 3rem;
    /* background-color: #f9f9f9; */
    padding: 20px;
    border-radius: 8px;
}

.certificate-card {
    width: 20rem;
    background-color: #fff;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    padding: 2rem;
}

.certificates img {
    max-width: 10rem;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.certificate-card p {
    color: #4a4a4a;
    font-weight: 500;
    font-size: 16px;
}

.certificates img:hover {
  transform: scale(1.1);
}

.form-container {
  width: 80%;
  margin: 0 auto;
  font-family: "Barlow", sans-serif;
  background-color: #fff; /* Optional for better visibility */
  padding: 3rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #4a4a4a;
  margin-bottom: 3rem;
}

.form-container form {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two equal columns */
  column-gap: 2rem; /* Space between columns */
  row-gap: 1rem; /* Space between rows */
}

.form-group {
  display: flex;
  flex-direction: column;
}

label {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  position: static !important;
}

input, textarea, input[type="text"] {
  padding: 10px !important;
  font-size: 0.9rem !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  width: 100% !important; 
  line-height: 1;
}

input::placeholder {
  color: #aaa !important;
}

input:focus {
  outline: none;
  border-color: #cc9200 !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

/* Make specific fields span across both columns */
.form-group:nth-child(3), /* Company Name */
.form-group:nth-child(7) {
  /* Street */
  grid-column: span 2;
}

.input.checkbox label {
    font-weight: normal;
}

/*//////////////////////////////////////about us///////////////////////////////////////////////////////////// */
.about-us {
  display: flex;
  gap: 6rem;
  padding: 0 4rem 0 4rem;
  align-items: center;
  flex-direction: row;
}
.about-us-banner {
  width: 100vw;
}
.about-content {
  flex: 1;
}
.about-image img {
    max-width: unset;
  border-radius: 0.5rem;
}
.values-section {
  text-align: center;
  padding: 3rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.value-card {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
}

.value-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.values-icon {
  width: 6rem;
  height: 6rem;
  color: #cc9200;
}

/* ///////////////////// contact ///////////////////////// */
.contact-us-three-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 1440px;
  margin: auto;
}
.contact-us-three-cols p {
    margin: 0;
}

.contact-us-three-cols + .page-container {
    margin-top: 4rem;
}

.contact-us-three-cols + .page-container h1 {
    font-size: 1.75rem;
}

.contact-general-info {
  display: flex;
  gap: 5rem;
}
.contact-general-info a {
  text-decoration: none;
}
.contact-page {
  color: #4a4a4a;
}
.contact-page img {
  display: block;
  border-radius: 0.5rem;
}
.contact-us-card {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  color: #4a4a4a;
}
.contact-us-card img {
  width: 6rem;
  height: 6rem;
}
.company-location {
  display: grid;
  grid-template-columns: 65fr 35fr;
}
.map {
  width: 50rem;
}
.company-information {
  padding: 3rem;
}

.footer-company-name {
    text-transform: uppercase;
    font-weight: 600;
    color: #7a7a7a;
    font-size: 1.25rem;
}

.footer-company-address {
    color: #7a7a7a;
    font-weight: 500;
}

#darmowe_probki form > div:first-of-type,
#darmowe_probki svg {
    display: none;
}

#darmowe_probki form > div {
    flex-direction: column !important;
    display: flex;
}

#darmowe_probki form .row > div {
    width: 100%;
    padding: 0;
}
#darmowe_probki form .row {
    --bs-gutter-x: 0;
}

#darmowe_probki .page-container {
    padding: 0;
}

#darmowe_probki label.input_label {
     padding: 0 !important;
    color: #4a4a4a !important;
    position: static !important;
    text-align: left !important;
    justify-content: flex-start;
    display: flex;
    margin-bottom: 0;
}

#darmowe_probki .page-container > div {
    margin-top: 0;
}

#darmowe_probki .ip-btn-primary {
    width: 100%;
}

.contact-inner > div:first-of-type, .contact-item > div :nth-of-type(2) {
    display: none;
}

.controller-kontakt .ip-container-bg{
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* ///////////////// FAQ ///////////////// */

.faq {
  color: #4a4a4a;
}
.accordion-item {
    border-radius: 0.5rem !important;
    margin-bottom: 1rem !important;
    margin-top: 0 !important;
}

.accordion-header {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4a4a4a;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    margin: 0 !important;
}

/***/
.controller-faq h1.heading-faq, 
.controller-faq #faqTablist,
.controller-faq .big-container{
    display: none !important;
}
 
 
.controller-faq h3 {
    text-transform: uppercase;
    font-size: 1.75rem !important;
    font-weight: 600;
    color: #4a4a4a;
    text-align: center;
    margin-bottom: 3rem !important; 
}

#main-top-menu h3 {
    text-align: left;
}

.controller-faq .tab-pane {
    justify-content: center;
}

button.accordion-button {
    font-size: 16px !important;
    text-transform: none;
}

.accordion-button .custom-svg svg {
    width: 0.9rem;
    height: 0.9rem;
}

/**********************HOW TO PREPARE FILE*************************/
.tiles-container-htpfmaster {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* Tile */
.tile-item-htpfmaster {
  background-color: #ffffff;
  color: #002d62;
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover effect */
.tile-item-htpfmaster:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.20);
}

/* Titles */
.tile-title-htpfmaster {
  margin: 0 0 12px;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.25;
  color: #002d62;
  border-left: 6px solid #ffc107;
  padding-left: 10px;
}

/* Text & list */
.tile-item-htpfmaster p,
.tile-item-htpfmaster li {
  line-height: 1.55;
  font-size: clamp(14px, 1.7vw, 16px);
  margin: 0.35em 0;
}

.tile-list-htpfmaster {
  padding-left: 1.1em;
  margin: 0.4em 0 0.8em;
}

/* Accent links */
.tile-item-htpfmaster a {
  color: #ffc107;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255,193,7,0.6);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.tile-item-htpfmaster a:hover {
  color: #002d62;
  border-color: #002d62;
}

/* Responsiveness */
@media (min-width: 768px) {
  .tiles-container-htpfmaster {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .tiles-container-htpfmaster {
    gap: 28px;
  }
  .tile-item-htpfmaster {
    padding: 28px;
    border-radius: 16px;
  }
}
.how-to,
.delivery-info,
.terms-and-conditions{
    max-width: 1440px;
    margin: 0 auto;
}
.delivery-info h5,
.terms-and-conditions h5,
.terms-and-conditions h4{
    font-weight: 500;
    font-size: 1rem;
}
.delivery-info h4{
    color: #002d62;
}
.how-to-prepare-file-header {
  font-size: 1.5rem;
  font-weight: bold;
}
.how-to p {
    color: #4a4a4a;
}
.filehow_images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  /* justify-content: center; */
  justify-items: center;
}
.filehow_image {
  max-width: 37.5rem;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}

.subheader-number-prepare-file {
    font-size: 3rem;
    color: #cc9200 !important;
}

.subheader-prepare-file {
  color: #002d62;
}
.file-formats {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}
.file-icon {
  max-height: 6rem;
}
.two-columns {
  display: flex;
  flex-direction: row;
  gap: 5rem;
}
.subheader-number-prepare-file-small {
  font-size: 1rem;
}

/**********************SEARCH*************************/

.controller-find .media-left {
    height: 200px;
    text-align: center;
}
.controller-find .media-body {
    height: 125px;
    overflow: hidden;
}

.controller-find .media-heading {
    font-size: 1rem;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.controller-find .media-body .content {
    height: 50px;
    overflow: hidden;
}

.controller-find .media-object {
    max-height: 100%;
}

.controller-find #found-list > div > div {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
    background: #ffffff;
    margin-top: 0 !important;
}

.controller-find #found-list > div {
    max-width: unset !important;
}

/***********************************************/


/********************** responsive design ***********************/

@media screen and (max-width: 1490px) {
    [aria-label="breadcrumb"], 
    .container-box {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

@media screen and (max-width: 1200px) {
    .desktop-bot-header>ul,
    .desktop-bot-header .custom-navbar {
        gap: 1rem;
    }
    
    .article-two-columns {
        grid-template-columns: repeat(1, 1fr);
        padding: 2rem;
        gap: 2rem;
    }
    .number {
        font-size: 3rem;
    }
    
    .article-image {
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {
    .desktop-bot-header>ul,
    .desktop-bot-header .custom-navbar{
        gap: 5px;
    }
    
    #headerMain .nav-link, 
    #headerMain .produkty-button,
    #headerMain .printing-house-btn{
        font-size: 16px !important;
    }
    
    .number {
        font-size: 2rem;
    }
    
    
}

@media screen and (max-width: 767px) {
    #headerMain .desktop-bot-header> ul >li:nth-of-type(1) {
        order: 1;
    }
    #headerMain .desktop-bot-header> ul >li:nth-of-type(2) {
        order: 2;
    }
    #headerMain .desktop-bot-header> ul >li:nth-of-type(3) {
        order: 3;
    }
    #headerMain .desktop-bot-header> ul >li:nth-of-type(4) {
        order: 4;
    }
    #headerMain .desktop-bot-header> ul >li:nth-of-type(5) {
        order: 5;
    }
    #headerMain .desktop-bot-header> ul >li:nth-of-type(6) {
        order: 7;
    }
    #headerMain .desktop-bot-header> ul >ul{
        order: 6;
    }
    #headerMain .desktop-bot-header> ul >li:nth-of-type(7) {
        order: 8;
    }
    #headerMain .desktop-bot-header> ul >li:nth-of-type(8) {
        order: 9;
    }
    
   .desktop-bot-header .nav {
        justify-content: end !important;
    }
    
    #headerMain {
        background: none !important;
    }
    
    #headerMain.open {
        background: #fff !important;
    }
    
    #navbarsExample07XL a:hover, 
    #footer-menu-container a:hover, 
    .breadcrumb-item .ip-text-gray:hover {
        color: #cc9200 !important;
    }
    
    #navbarsExample07XL .dropdown-toggle::after {
        border-top: none;
    }
    
    .mobile-top-menu.mobile h3 {
        margin-top: 0;
        padding-left: 2em !important;
    }
    
    .numbers-bar {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
        padding: 0 2rem 2rem 2rem;
    }
    
    .article-image {
        width: 100%;
        height: 100%;
    }
    
    .icons-bar {
        justify-content: space-around;
        flex-direction: column;
    }
    
    .about-us-image {
        margin-bottom: 0;
    }
    
    .certificates {
        flex-direction: column;
        width: 100%;
    }
    
    .certificate-card {
        width: 100%;
        height: unset;
    }
    
    .owl-item .article-text {
        padding: 0;
    }
    .article-two-columns {
        padding: 1rem;
    }
    .request-samples {
        padding: 1rem;
    }
    
    .box.prodbox {
        width: 190px;
        height: 199px;
    }
    .productBoxesInner {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }
    
    #promoted .svg-holding-block, 
    #promoted .box.prodbox, 
    #bottom-boxes .svg-holding-block, 
    #bottom-boxes .box.prodbox, 
    .controller-layout_produkty 
    .svg-holding-block, 
    .controller-layout_produkty 
    .box.prodbox {
        height: 199px !important;
        width: 190px !important;
        justify-content: space-evenly;
        padding-top: 0.5rem !important;
    }
    #promoted .svg-holding-block img, 
    #bottom-boxes .svg-holding-block img, 
    .controller-layout_produkty 
    .svg-holding-block img {
        height: 6rem;
        max-width: 100% !important;
    }
    
    .product-box-single p {
        font-size: 1rem;
    }
    
    #promoted .productBoxesInner, 
    #bottom-boxes .productBoxesInner {
        padding: 1rem 3rem;
        gap: 1rem;
    }
    .carousel-icon {
        width: 2rem !important;
        height: 3rem !important;
    }
    .carousel-icon--start, 
    .carousel-icon--end {
        padding: 0 !important;
    }
    
    .contact-us-three-cols {
        grid-template-columns: 1fr;
    }
    
    .mapWrap a {
        right: 0;
        margin: auto;
        width: 200px;
        left: 0 !important;
    }
    
    .about-us {
        flex-direction: column;
    }
}
/*BLOG*/

  .container-m24comblog {
    max-width: 1440px;
    margin: 0 auto;       /* centruje na stronie */
    padding: 0 20px; /* trochę oddechu po bokach */
    color: #4a4a4a;
      
  }

    .blog-header-m24comblog {
      border-bottom: 3px solid var(--m24-primary);
      padding-bottom: 16px;
      margin-bottom: 24px;
    }

    .blog-eyebrow-m24comblog {
      display: inline-block;
      font-size: 13px;
      letter-spacing: .08em;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--m24-accent);
      background: rgba(204,2,25,0.08);
      padding: 6px 10px;
      border-radius: 999px;
      margin-bottom: 10px;
    }

    .blog-title-m24comblog {
      font-size: clamp(28px, 4.5vw, 40px);
      line-height: 1.2;
      margin: 6px 0 8px;
      color: var(--m24-primary);
      font-weight: 800;
    }

    .blog-subtitle-m24comblog {
      font-size: clamp(16px, 2.2vw, 18px);
      color: var(--m24-muted);
      margin: 0;
    }

    .lead-m24comblog {
      font-size: clamp(18px, 2.4vw, 20px);
      color: var(--m24-ink);
      margin: 22px 0 8px;
      border-left: 4px solid var(--m24-accent);
      padding-left: 14px;
      background: linear-gradient(to right, rgba(204,2,25,0.06), transparent);
    }

    .section-m24comblog {
      background: var(--m24-card);
      border: 1px solid rgba(0,0,0,0.06);
      border-radius: 14px;
      padding: clamp(16px, 2.5vw, 22px);
      margin: 18px 0;
    }

    .section-title-m24comblog {
      color: var(--m24-primary);
      font-size: clamp(20px, 3vw, 24px);
      margin: 0 0 10px;
      font-weight: 800;
    }

    .section-grid-m24comblog {
      display: grid;
      grid-template-columns: 1fr;
      gap: 14px;
    }

    @media (min-width: 760px) {
      .section-grid-m24comblog.cols-3-m24comblog { grid-template-columns: repeat(3, 1fr); }
      .section-grid-m24comblog.cols-2-m24comblog { grid-template-columns: repeat(2, 1fr); }
    }

    .card-m24comblog {
      background: #fff;
      border: 1px solid rgba(0,0,0,0.06);
      border-radius: 12px;
      padding: 14px;
    }

    .card-title-m24comblog {
      margin: 0 0 6px;
      font-weight: 700;
      color: #002d62;
      font-size: 18px;
      border-left: 6px solid #ffc107;
      padding-left: 10px;
      text-transform: uppercase;
    }

    .checklist-m24comblog {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .checklist-m24comblog li {
      position: relative;
      padding-left: 28px;
      margin: 8px 0;
    }
    .checklist-m24comblog li::before {
      content: "✓";
      position: absolute;
      left: 0;
      top: 0;
      color: var(--m24-accent);
      font-weight: 800;
    }

    .tips-m24comblog {
      border-left: 4px solid var(--m24-primary);
      background: linear-gradient(90deg, rgba(0,46,98,0.06), transparent);
      padding: 12px 16px;
      border-radius: 10px;
    }

    .cta-m24comblog {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  background: #002e62; /* granat */
  color: #fff;
  border-radius: 16px;
  padding: 28px 32px;
  margin-top: 32px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  text-align: left;
}

.cta-m24comblog h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffc107; /* żółty akcent */
}

.cta-actions-m24comblog {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-m24comblog {
  appearance: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 8px;
  transition: transform .15s ease, box-shadow .2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
}

.btn-primary-m24comblog {
  background: #ffc107;   /* żółty */
  color: #002e62;        /* granatowy tekst */
}

.btn-outline-m24comblog {
  background: transparent;
  color: #fff;
  border: 2px solid #ffc107;  /* żółta ramka */
}

.btn-m24comblog:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

    .meta-m24comblog {
      display: flex; gap: 12px; flex-wrap: wrap; align-items: center;
      font-size: 13px; color: var(--m24-muted); margin-top: 10px;
    }
    .tag-m24comblog {
      background: rgba(0,46,98,0.08);
      color: var(--m24-primary);
      padding: 4px 8px;
      border-radius: 999px;
      font-weight: 700;
      font-size: 12px;
    }

    .divider-m24comblog {
      height: 1px; background: rgba(0,0,0,0.08); margin: 18px 0;
    }
    .image-m24comblog{
        max-height: 500px;
        display: block;
        margin: 0 auto;
        border-radius: 0.5rem;
    }
    .bloglink-m24com{
        text-decoration: none;
    }
    }
    