

.rabota6-search-container {
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin: 0px auto;
    margain-top: 0px;
    gap: 0px;
}
.rabota6-search-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
    margin: 5px auto;
    margain-top: 0px;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 10px 20px;
    box-sizing: border-box;
    justify-content: center;
}
.rabota6-search-bar .search-btn {
    background: #DCAD15;
    color: white;
    padding: 10px 20px;
    font-size: 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
}
.rabota6-search-bar input[type="text"],
.rabota6-search-bar select {
    padding: 8px;
    font-size: 14px;
    border: 1px solid #DCAD15;
    border-radius: 3px;
    width: 300px;
    background: white;
    color: #333;
}
.rabota6-search-bar .search-fields {
    width: 250px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
    margin-top: 10px;
    background: #DCAD15;
}

.search-range-fields {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 15px;
    align-items: center;
    justify-content: flex-start;
    justify-content: center;
}
.search-range-fields .search-select,
.search-range-fields select {
    flex: 1 1 150px;
    min-width: 150px;
    max-width: 200px;
    padding: 8px 12px;
    font-size: 14px;
    width: 1 1 auto;
    justify-content: center;
}
.search-range-fields {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    justify-content: center;
}
.search-range-fields select {
    flex: 1 1 180px;
    min-width: 150px;
    max-width: 250px;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #DCAD15;
    border-radius: 3px;
    color: #DCAD15;
    box-sizing: border-box;
    justify-content: center;
}
.range-pair select {
    flex: 1;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #DCAD15;
    border-radius: 3px;
    color: #DCAD15;
    box-sizing: border-box;
    justify-content: center;
    background-color: transparent !important;
}

/* Additional styling for the example layout */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    margin: 0;
    padding: 20px;
    color: #333;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}
h1 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 30px;
}
h2 {
    color: #3498db;
    border-bottom: 2px solid #DCAD15;
    padding-bottom: 10px;
    margin-top: 40px;
}
.code-block {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
    margin: 20px 0;
    font-family: 'Courier New', monospace;
}
.before-after {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}
.before, .after {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
}
.before {
    background: #ffeaa7;
    border: 1px solid #fdcb6e;
}
.after {
    background: #d5f5e3;
    border: 1px solid #2ecc71;
}
.before h3, .after h3 {
    margin-top: 0;
    text-align: center;
}
.search-example {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
    border: 1px solid #ddd;
}

@media screen and (max-width: 480px) {
    
    .ast-main-header-wrap > .site-header-focus-item{
		border-color:#ece51c;
		border-bottom-right-radius:29px;
		border-bottom-left-radius:29px;
        border-width:9px !important;
	}
	
  .rabota6-search-bar {
     display: flex;
    flex-wrap: wrap;         /* allow wrapping on small screens */
    align-items: center;     /* vertical alignment */
    
  }
  
  .rabota6-search-bar input[type="text"],
  .rabota6-search-bar select,
  .rabota6-search-bar .search-btn {
     height: 30px;            /* uniform height */
    padding: 6px 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }
  /* Make selects equal width */
.rabota6-search-bar select {
    min-width: 150px;        /* adjust as needed */
}
/* Input */
	.rabota6-searchbar-wrapper .rabota6-search-bar input[type=text]{
		position:relative;
		z-index:-10;
		max-width:94px;
		font-size:14px;
		font-weight:700;
		border-color:#dcad15;
		border-width:3px;
		border-style:solid;
		line-height:19em;
		height:30px;
		border-left-width:3px;
		width:100px;
	
	}
	
	/* Select */
	.rabota6-searchbar-wrapper .rabota6-search-bar select{
		position:relative;
		max-width:15px;
		min-width:130px;
		padding-left:10px;
		
		font-weight:400;
		font-size:14px;
		padding-top:1px;
		border-color:#dcad15;
		border-width:3px;
		font-style:normal;
		text-transform:capitalize;
		white-space:nowrap;
		text-shadow:rgba(0, 0, 0, 0.3) 0px 1px 1px;
	}
	
	/* Search */
	.rabota6-searchbar-wrapper .rabota6-search-bar .search-btn{
		position:relative;
		left:0px;
	}
	
	/* Rabota6 search bar */
	.rabota6-searchbar-wrapper .rabota6-search-bar{
		transform:translatex(0px) translatey(0px);
		padding-left:0px;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
	}
	
	/* Rabota6 search container */
	.ast-article-single .rabota6-search-container{
		transform:translatex(0px) translatey(0px);
		
	}
	

/* Main container styling */
.rabota6-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Search section styling */
.rabota6-search {
  background: linear-gradient(135deg, #2c3e50 0%, #4a6491 100%);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  color: white;
}

.rabota6-search h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
}



/* Search range fields styling */
.search-range-fields {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0;
  justify-content: center;
  align-items: center;
}

.search-range-fields .search-select,
.search-range-fields select {
  flex: 1 1 70px;
  min-width: 70px;
  max-width: 70px;
  font-size: 12px;
  padding: 8px 10px;
  justify-content: center;
  border: 1px solid #DCAD15;
  border-radius: 4px;
  color: #DCAD15;
  box-sizing: border-box;
  background-color: transparent;
  margin: 0 5px;
}

.search-range-fields select {
  flex: 1 1 70px;
  min-width: 70px;
  max-width: 70px;
  font-size: 12px;
  border: 1px solid #DCAD15;
  border-radius: 4px;
  color: #DCAD15;
  box-sizing: border-box;
  justify-content: center;
  margin: 0;
  padding: 8px 10px;
  gap: 0;
  background-color: transparent;
}

.range-pair select {
  flex: 1;
  padding: 8px 10px;
  font-size: 12px;
  border: 1px solid #DCAD15;
  border-radius: 4px;
  color: #DCAD15;
  box-sizing: border-box;
  justify-content: center;
  background-color: transparent !important;
  margin: 0 5px;
}

/* Button styling */
.rabota6-button {
  background: linear-gradient(to right, #DCAD15, #F9D423);
  color: #2c3e50;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 25px auto 0;
  box-shadow: 0 4px 15px rgba(220, 173, 21, 0.3);
}

.rabota6-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 173, 21, 0.4);
}

/* Results section styling */
.rabota6-results {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.rabota6-results h3 {
  margin-top: 0;
  color: #2c3e50;
  font-weight: 600;
  border-bottom: 2px solid #DCAD15;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* Responsive design */
@media (max-width: 768px) {
  .rabota6-search {
    padding: 15px;
  }
  

  
  .search-range-fields {
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .search-range-fields select {
    min-width: 100px;
    max-width: 100px;
  }
}
/* Mobile adjustments for ad elements */
/* Mobile adjustments for ad elements */
/* Mobile adjustments for ad elements */
.rabota6-content-wrapper,
.rabota6-main-content,
.rabota6-ads-container,
.rabota6-ad {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

/* Ad container */
/* Ad container */
.rabota6-ad {
    position: relative;      /* needed for absolute children */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 390px;       /* minimum height */
    height: auto;            /* let it grow if needed */
    width: 100%;
    box-sizing: border-box;
}
/* Image at the top */
.rabota6-ad-image {
    width: 100%;
    max-width: 380px;
    height: auto;           /* bigger image for clarity */
    display: block;
    min-height:250px;
    width:450px;
}

/* Details overlay */
.rabota6-ad-details {
    position: absolute;
    top: 200px;              /* gap from image top */
    left: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;                /* space between fields */
    z-index: 10;
    padding: 6px 0;          /* top/bottom padding inside details */
    height: auto;   /* allow natural height */
    bottom:0px;
}

/* Title */
.rabota6-ad-title {
    font-size: 14px;         /* readable */
    font-weight: 600;
    margin: 0;
}

/* Price */
.rabota6-ad-price {
    font-size: 12px;
    font-weight: 700;
    color: #222;
    margin: 0;
    position:relative;
		
}

/* Meta stacked */
.rabota6-ad-meta {
    display: flex;
    flex-direction: column;
    gap: 0px;                /* spacing between meta lines */
    margin: 0;
    font-size: 12px;
    color: #555;
    padding:0px;
    margin-top:0px;
    margin-bottom:0px;
    position:relative;
		top:15px;
}

/* City */
.rabota6-ad-city {
    font-size: 13px;
    margin: 0;
    color: #333;
    margin-top:0px;
    margin-bottom:0px;
    bottom:0px;
    position:relative;
    top:0px;
}

/* Price line */
.rabota6-ad-price-line {
    font-size: 10px;
    margin: 0;
    font-weight: 500;
    position:relative;
		top:25px;
		line-height:1em;
}

/* Header */
.rabota6-ad-header {
    font-size: 13px;
    margin: 0;
    font-weight: 500;
        margin-top:4px;
        position:relative;
		top:45px;

}

/* Meta line */
.rabota6-meta-line {
    font-size: 11px;
    margin: 0;
    color: #666;
    gap:0px;
}

	/* Image */
	.ad-top img{
		position:relative;
		width:450px !important;
	}
	/* Badge promote */
	.ad-top .badge-promote{
		top:-6px !important;
		font-size:10px !important;
		line-height:1em;
	}
	
	/* Paragraph */
	.ad-top p{
		margin-bottom:2px;
	}
	
	/* Rabota6 price line */
	.ad-top .rabota6-ad-price-line{
		top:17px;
	}
	
	/* Rabota6 meta line */
	.ad-top .rabota6-meta-line{
		padding-top:4px;
		position:relative;
		top:16px;
	}
	
	/* Rabota6 city */
	.ad-top .rabota6-ad-city{
		top:8px;
	}
	
	/* Price */
	.ad-top .ad-price{
		position:relative;
		top:12px;
	}
	
	/* Link */
	.ad-top .ad-favorite a{
		height:27px;
		position:relative;
		top:16px;
		left:25px;
		background-color:#921010;
	}
	
	
	/* Font Icon */
	 .ad-top .ad-favorite i{
		box-shadow:none;
	}
	
	/* Span Tag */
    .ad-top span{
		position:relative;
		left:12px;
		font-size:15px;
	}
	
	/* Link */
	 .ad-top .ad-title a{
		position:relative;
	}

	/* Rabota6 meta line */
	 .rabota6-ad .rabota6-meta-line{
		position:relative;
		top:12px;
	}
	
	/* Price */
	 .rabota6-ad .ad-price{
		position:relative;
		top:4px;
	}
	
	/* Link */
       .ad-favorite a{
		position:relative;
		top:16px;
	}
	
	/* Favorite button */
	.ast-article-single .ad-top .favorite-button{
		position:relative;
		top:12px;
		background-color:#810303 !important;
	}
	

	/* Favorite button */
	.ast-article-single form .favorite-button{
		
	}
	/* Optional: spacing adjustments for single article view */
.rabota6-ad .ad-top .rabota6-ad-details {
    position: absolute;
    top: 200px;              /* gap from image top */
    left: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 3px;                /* space between fields */
    z-index: 10;
    padding: 0px 0;          /* top/bottom padding inside details */
    height: auto;   /* allow natural height */
    bottom:0px;
}
 .rabota6-ad.ad-highlight .rabota6-ad-details {
    background: #7E0000 !important;
    border-top: 1px solid rgba(255,215,0,0.3) !important;
    border-bottom: 1px solid rgba(255,215,0,0.3) !important;
     position: absolute;
    top: 200px;              /* gap from image top */
    left: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 3px;                /* space between fields */
    z-index: 10;
    padding: 0px 0;          /* top/bottom padding inside details */
    height: auto;   /* allow natural height */
    bottom:0px;
  }
  	/* Division */
	#colophon .ast-builder-grid-row-4-lheavy{
		min-height:0px;
		height:208px;
		transform:translatex(0px) translatey(0px);
	}
	
	/* Image */
	.wp-block-gallery .wp-block-image img{
		width:21% !important;
		position:relative;
		transform: translatey(247px);
		bottom:36px;
		top:-47px;
	}
	
	/* Paragraph */
	.wp-block-columns .wp-block-column p{
		position:relative;
		top:205px;
		margin-top:2px;
		transform: translatey(-37px);
	}
	
	/* Link */
	.site-footer-above-section-2 p a{
		position:relative;
		top:-41px;
		margin-left:12px;
		left:-25px;
	}
	
	/* Link */
	.site-footer-above-section-3 span a{
		position:relative;
		top:20px;
		left:136px;
		margin-top:-33px;
		transform: translatex(-3px) translatey(-240px) !important;
	}
	
	/* Link */
	.site-footer-above-section-3 p a{
		display:inline-block;
		width:214px;
		padding-bottom:0px;
		transform:translatex(-3px) translatey(-252px);
		position:relative;
		left:144px;
		bottom:-12px;
	}
	
	/* Site footer above section 1 */
	#colophon .ast-builder-footer-grid-columns .site-footer-above-section-1{
		transform: translatey(17px);
	}
	
	/* Element social inner wrap */
	.site-footer-above-section-4 .site-footer-focus-item .element-social-inner-wrap{
		position:relative;
		top:-179px;
		transform: translatey(-26px);
		width:39%;
		left:304px;
	}
	
	/* Builder html element */
	.site-footer-above-section-3 .ast-header-html .ast-builder-html-element{
		position:relative;
		top:4px;
		margin-top:-33px;
	}
	
	/* Header html */
	.site-footer-above-section-3 .site-footer-focus-item .ast-header-html{
		margin-top:-2px;
	}
	
	/* Paragraph */
	.site-footer-above-section-2 .ast-header-html p{
		margin-top:12px;
	}
	
	/* Block column */
	#block-22 .wp-block-columns .wp-block-column{
		transform: translatey(-9px);
	}
	
	/* Block columns */
	#block-22 .wp-block-columns{
		margin-top:-15px;
	}
	
	/* Site footer focus item */
	#colophon > .site-footer-focus-item{
		position:relative;

	}
	
	/* Block columns */
	#block-22 .wp-block-columns{
		transform:translatex(0px) translatey(0px);
		width:100%;
		
	}
	
	/* Rabota6 search container */
	.ast-article-single .rabota6-search-container{
		position:relative;
	}
	
}
}
}
/* Ensure it also shows on mobile (max 480px) */
@media screen and (max-width: 480px) {
    .rabota6-meta-line {
        display: block !important;  /* force visibility */
        font-size: 11px;            /* keep same font size */
        color: #666;                /* keep same text color */
        margin: 0;
        gap: 0px;
        line-height: 1.4;           /* improve readability on small screens */
    }
   .search-optionss,
  .search-types,
  .search-conditions {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    align-items: center;
  }

  .search-optionss label,
  .search-types label,
  .search-conditions label {
    font-size: 10px;
    width: 50%;
    align-items: center;
  }

  .search-conditions {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    margin-top: 10px;
    overflow-x: auto;
    width: 50%;
    align-items: center;
    justify-content: center;
  }

  .search-conditions label {
    font-size: 10px;
    white-space: nowrap;
    width: 50%;
  }

  /* Base select styling (from your code) */
.search-range-fields .search-select,
.search-range-fields select {
  flex: 1 1 70px;
  min-width: 70px;
  max-width: 70px;
  font-size: 12px;
  padding: 6px 10px;
  justify-content: center;
}

.search-range-fields select {
  flex: 1 1 70px;
  min-width: 70px;
  max-width: 70px;
  font-size: 12px;
  border: 1px solid #DCAD15;
  border-radius: 3px;
  color: #DCAD15;
  box-sizing: border-box;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 0;
}

.range-pair select {
  flex: 1;
  padding: 6px 10px;
  font-size: 10px;
  border: 1px solid #DCAD15;
  border-radius: 8px; /* increased from 3px */
  color: #DCAD15;
  box-sizing: border-box;
  justify-content: center;
  background-color: #264363 !important;
}

/* Layout wrapper */
.search-range-fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns desktop */
  grid-auto-rows: min-content;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* Each range-pair horizontal */
.range-pair {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.search-group {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 12px;
  background-color: #f9f9f9;
}

.search-range-fields .range-pair {
  display: flex;
  gap: 10px;
}

.search-select {
  width: 100%;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.search-container {
  display: flex;
  flex-wrap: nowrap; /* keep them in one line */
  gap: 12px; /* spacing between groups */
  align-items: center; /* align vertically */
  justify-content: flex-start; /* left-aligned row */
  width: 100%;
  overflow-x: auto; /* in case of too many filters on small screens */
}

.search-group {
  flex: 1 1 auto; /* make them equal width but flexible */
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 12px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 160px; /* keeps each filter readable */
}

.search-range-fields {
  width: 100%;
}

.range-pair {
  display: flex;
  gap: 8px;
  width: 100%;
}

.search-select {
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
}
.search-container {
  display: flex;             /* horizontal flex layout */
  flex-wrap: nowrap;         /* keep all in one line */
  gap: 12px;                 /* spacing between groups */
  align-items: center;       /* vertical alignment */
  justify-content: flex-start;
  width: 100%;
  overflow-x: auto;          /* scroll if too many filters on small screens */
}

.search-container {
  display: flex;              /* horizontal layout */
  gap: 12px;                  /* space between groups */
  align-items: center;        /* vertical alignment */
  justify-content: flex-start;
  width: 100%;
}

.search-group {
  flex: 1 1 auto;             /* flexible width */
  min-width: 160px;           /* prevent too small boxes */
  height: 60px;               /* fixed height */
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: transparent; /* transparent background */
  padding: 0;                 /* remove extra padding */
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.search-range-fields {
  width: 100%;
}

.range-pair {
  display: flex;
  gap: 8px;
  width: 100%;
  height: 100%;
}

.search-select {
  width: 100%;
  height: 100%;               /* fill container height */
  padding: 0 10px;            /* vertical padding 0, horizontal 10px */
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: transparent; /* transparent background */
  box-sizing: border-box;
}
.range-pairrr {
  display: flex;
  gap: 8px;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .search-container {
    flex-direction: column;   /* stack vertically on mobile */
  }
}


/* Responsive tablet <=768px */
@media (max-width: 768px) {
  .search-range-fields {
    grid-template-columns: repeat(2, 1fr); /* 2 columns tablet */
    gap: 5px;
  }

  .range-pair select {
    flex: 1 1 0;
    background-color: #264363 !important;
    color: #DCAD15 !important;
  }
}

/* Mobile <=480px */
@media (max-width: 480px) {
  .search-range-fields {
    grid-template-columns: 1fr; /* 1 column mobile */
  }

  .range-pair {
    flex-direction: column; /* stack selects vertically */
    gap: 3px;
  }

  .range-pair select {
    font-size: 10px;
    padding: 5px 6px;
  }
}

/* Other layout containers */
.rabota6-content-wrapper,
.rabota6-main-content,
.rabota6-ads-container,
.rabota6-ad {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
/* Mobile <=480px */
@media (max-width: 480px) {
  .search-range-fields {
    grid-template-columns: 1fr;
  }

  .range-pair {
    flex-direction: row; /* keep horizontal */
    flex-wrap: wrap;     /* allow wrapping to next line */
    gap: 5px;
    justify-content: flex-start;
  }

  .range-pair select {
    flex: 1 1 calc(50% - 5px); /* two selects per row */
    font-size: 10px;
    padding: 5px 6px;
  }
}
.rabota6-search-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* center everything horizontally */
  gap: 10px;
  width: 100%;
}

.rabota6-searchbar-wrapper,
#search-filters {
  width: 100%;
  max-width: 1200px; /* or whatever fits your layout */
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* center all inner elements */
  gap: 10px;
}
.search-input, .search-select {
  min-width: 150px;
  max-width: 250px;
  flex: 1 1 auto;
}
.pagination-wrapper {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin: 20px 0;
}

.pagination-wrapper .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #DEE2EC;
    color: #045CB4;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.pagination-wrapper .page-numbers.current,
.pagination-wrapper .page-numbers:hover {
    background-color: #045CB4;
    color: #fff;
}
.wp-paginate { 
    display: flex;
    justify-content: center;
    gap: 6px;
}
