/** 
 * Component-Specific Styles
 * Styles for third-party components and extensions
 */

/** DJ MegaMenu Overrides **/
.dj-megamenu-clean.dj-fa-no .arrow::before {
  content: '';
  border: solid var(--bs-white);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
}

.dj-megamenu-accordion-dark .dj-mobile-open-btn {
  width: 44px;
  height: 38px;
}

#iweb-header .dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon::before, 
#iweb-header .dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon::after,
#iweb-header .dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon {
  background-color: var(--bs-white) !important;
}

#iweb-header.lightHeader .dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon::before, 
#iweb-header.lightHeader .dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon::after,
#iweb-header.lightHeader .dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon {
  background-color: var(--bs-gray-800) !important;
}

.dj-megamenu-clean li a.dj-up_a {
  color: var(--bs-white);
}

/** DJ Image Slider Overrides **/
.home-english .djslider-default.img-vcenter img.dj-imagex {
  pointer-events: none;
  position: unset !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
  object-fit: cover;
}

.home-english .djslider-default, .djslider-in > li {
  max-height: 1024px;
}

.home-english .djslider-default .slide-desc {
  position: relative;
  bottom: 60% !important;
}

.home-english .slide-desc-text-default a.readmore {
  width: 200px;
  padding: 10px;
  font-size: 20px;
  float: unset;
}

.home-english .slide-desc-text-default .slide-title {
  font-size: 92px;
  line-height: 64px;
  font-weight: bold;
  text-transform: unset;
  margin-bottom: 30px;
}

.home-english .slide-text > p {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.god-knows .slide-desc-text-default a.readmore {
  float: none;
}

/** JW Player **/
.jwplayer {
  border-radius: var(--bs-border-radius) !important;
}

.jw-icon-next, .jw-icon-rewind {
  display: none !important;
}

/** Virtuescope Component **/
#virtuescopeContainer { 
  width: 99%; 
}

#yearPlanControls { 
  vertical-align: top; 
  padding-right: 10px;
}

#canvasContainer { 
  margin-left: -50px;
}

#canvasContainer #myCanvas {
  width: 500px;
}

#yearPlan .month {
  font-size: 20px !important;
  text-transform: none !important;
  text-align: center;
  position: relative;
}

#yearPlan .yearPlanEntry {
  min-height: 320px;
  height: 100%;
  padding: 60px 20px 20px !important;
  margin-bottom: 30px;
  z-index: -1;
  background: url("../../../../../images/content-images/virtuescope/virtue-bg1.png") no-repeat bottom center;
  background-size: contain;
}

#yearPlan .month:nth-of-type(2) .yearPlanEntry {
  background: url("../../../../../images/content-images/virtuescope/virtue-bg2.png") no-repeat bottom center;
  background-size: contain;
}

#yearPlan .month:nth-of-type(3) .yearPlanEntry {
  background: url("../../../../../images/content-images/virtuescope/virtue-bg3.png") no-repeat bottom center;
  background-size: contain;
}

#yearPlan .month:nth-of-type(4) .yearPlanEntry {
  background: url("../../../../../images/content-images/virtuescope/virtue-bg4.png") no-repeat bottom center;
  background-size: contain;
}

#yearPlan .month:nth-of-type(5) .yearPlanEntry {
  background: url("../../../../../images/content-images/virtuescope/virtue-bg5.png") no-repeat bottom center;
  background-size: contain;
}

#yearPlan .month:nth-of-type(6) .yearPlanEntry {
  background: url("../../../../../images/content-images/virtuescope/virtue-bg6.png") no-repeat bottom center;
  background-size: contain;
}

#yearPlan .month:nth-of-type(7) .yearPlanEntry {
  background: url("../../../../../images/content-images/virtuescope/virtue-bg7.png") no-repeat bottom center;
  background-size: contain;
}

#yearPlan .month:nth-of-type(8) .yearPlanEntry {
  background: url("../../../../../images/content-images/virtuescope/virtue-bg8.png") no-repeat bottom center;
  background-size: contain;
}

#yearPlan .month:nth-of-type(9) .yearPlanEntry {
  background: url("../../../../../images/content-images/virtuescope/virtue-bg9.png") no-repeat bottom center;
  background-size: contain;
}

#yearPlan .month:nth-of-type(10) .yearPlanEntry {
  background: url("../../../../../images/content-images/virtuescope/virtue-bg10.png") no-repeat bottom center;
  background-size: contain;
}

#yearPlan .month:nth-of-type(11) .yearPlanEntry {
  background: url("../../../../../images/content-images/virtuescope/virtue-bg11.png") no-repeat bottom center;
  background-size: contain;
}

#yearPlan .month:nth-of-type(12) .yearPlanEntry {
  background: url("../../../../../images/content-images/virtuescope/virtue-bg12.png") no-repeat bottom center;
  background-size: contain;
}

#yearPlan .yearPlanEntry h2 {
  color: var(--bs-white);
  margin: 0 0 20px;
  font-size: 28px;
  text-align: center;
}

#rotation, #stopIt, #yearPlanRestart, #yearPlanPdf, #yearPlanMail { 
  display: none;
}

#plansForm { 
  display: inline;
}

#virtuescopeContent {
  width: 100%; 
  background-color: var(--bs-primary-bg-subtle); 
  display: none;
  padding: 10px 20px; 
  text-align: left; 
  border-radius: 10px; 
  border: 2px solid var(--bs-white);
  box-shadow: 0 0 10px var(--bs-white); 
  outline: none;
}

#virtuescopeContent h2 { 
  margin-top: 10px;
}

.yearplanToggler { 
  float: right; 
  font-size: 13px; 
  margin-top: 12px; 
  text-decoration: none; 
  clear: both;
}

#yearPlanControls h2 { 
  color: var(--bs-white);
}

#yearPlanControls #virtuescopeContent h2 {
  color: var(--bs-white);
}

.yearPlanVirtue, .yearPlanTitle { 
  float: left;
  margin: 0px 0 -47px 0;
  font-size: 23px;
  text-align: center;
  text-transform: none;
  padding: 10px;
  width: 100%;
  opacity: 0.5;
  color: var(--bs-black);
  background: var(--bs-gray-100);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.yearPlanVirtue { 
  margin-top: 10px; 
  white-space: nowrap; 
  display: none;
}

.yearPlanEntry { 
  clear: both;
}

.yearPlanEntry img { 
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}

.yearPlanEntry p, .yearPlanEntryLink, .yearPlanEntryPause { 
  text-align: center; 
  text-decoration: none !important; 
  font-size: 14px;
  color: var(--bs-white);
}

#yearPlanControls .month { 
  width: 24%; 
  margin-left: 10px;
}

#yearPlanControls .month .yearPlanEntry { 
  min-height: 150px; 
  font-size: 16px;
}

#yearPlanControls .yearPlanEntry h2 { 
  display: none;
}

#virtuescopePredictions { 
  width: 100% !important; 
  margin-bottom: 30px; 
  display: none;
}

#plans-menu { 
  border: 1px solid var(--bs-border-color); 
  background-color: var(--bs-white);
}

#spinner { 
  position: relative; 
  top: 4px; 
  left: 4px; 
  display: none; 
  height: 30px;
}

#sendButtons { 
  text-align: right; 
  padding-right: 65px;
}

#yearPlanRestartRow { 
  text-align: right; 
  margin-top: 0;
}

#yearPlan { 
  display: flex; 
  width: 100%; 
  flex-wrap: wrap;
}

#toEmail { 
  width: 100%;
}

#mailLabel { 
  padding: 10px 0;
}

#advanced { 
  display: none; 
  width: 600px; 
  margin-bottom: 40px; 
  margin-left: 15px;
}

#advanced form { 
  margin-bottom: 10px;
}

#spinContainer { 
  position: relative;
}

#startIt { 
  width: 200px;
}

#textDisplay {
  font-size: 20px;
  margin-top: 20px;
}

.ui-dialog { 
  background-color: var(--bs-white); 
  padding: 10px 10px 0 10px !important;
}

@media (max-width: 900px) {
  #yearPlanControls { 
    margin: 10px auto; 
    padding: 0;
  }
  
  #virtuescopeContainer, #canvasContainer, #yearPlanControls { 
    width: 99%; 
    display: block;
  }
  
  #canvasContainer { 
    width: 650px !important; 
    min-width: 650px; 
    margin-left: auto; 
    margin-right: auto;
  }
  
  #spinContainer { 
    width: 100%; 
    margin-top: -50px;
  }
  
  #startIt { 
    margin: 0 auto 12px; 
    display: block;
  }
  
  #myCanvas { 
    margin: 0 auto; 
    display: block;
  }
  
  #plansFormDiv { 
    width: 100%;
  }
  
  #plans-button { 
    margin: 20px auto; 
    display: block;
  }
  
  #yearPlanRestartRow { 
    display: none;
  }
  
  #textDisplay { 
    font-size: 1.8em;
  }
  
  #spinContainer { 
    padding-top: 20px;
  }
  
  #virtuescopeContent { 
    width: 95%; 
    margin: 0 auto 0 auto;
  }
  
  #plansFormDiv { 
    display: block;
  }
  
  #spinner { 
    top: 28px;
  }
}

@media (max-width: 650px) {
  #canvasContainer { 
    width: 100% !important; 
    min-width: 100px;
  }
}

/** Events Component (EMS) **/
.Typeahead *,
.Typeahead *:before,
.Typeahead *:after {
  box-sizing: border-box;
}

.Typeahead {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 15px;
  text-align: left;
  background-color: var(--bs-gray);
  border-radius: 8px;
}

.Typeahead-spinner {
  top: 7px;
  right: 7px;
  width: 28px;
  height: 28px;
}

.Typeahead-hint,
.Typeahead-input {
  width: 100%;
  padding: 5px 8px;
  font-size: 24px;
  line-height: 30px;
  border: 0px solid var(--bs-border-color);
  border-radius: 8px;
}

.Typeahead-hint {
  position: absolute;
  top: 15px;
  left: 15px;
  color: var(--bs-gray-400);
  opacity: 1;
  width: 90% !important;
}

.Typeahead-input {
  position: relative;
  background-color: transparent;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  outline: none;
  width: 95% !important;
}

#cancelButton {
  position: relative;
  font-size: 18px;
  margin-left: 15px;
  padding: 5px 15px 5px 10px;
  border-radius: 30px;
  background: var(--bs-primary);
  color: var(--bs-white);
  white-space: nowrap;
}

#cancelButton img {
  width: 20px;
}

.Typeahead-menu {
  position: absolute;
  top: 95%;
  left: 2.5%;
  z-index: 100;
  display: none;
  width: 95%;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: var(--bs-white);
  border-radius: 8px;
  box-shadow: 0px 0px 0px 1px var(--bs-success);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.Typeahead-menu.is-open {
  display: block;
}

.Typeahead-selectable {
  cursor: pointer;
}

.Typeahead-selectable + .Typeahead-selectable {
  border-top: 1px solid var(--bs-border-color);
}

.ProfileCard {
  position: relative;
  padding: 8px;
}

.ProfileCard-avatar {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 52px;
  height: 52px;
  border: 2px solid var(--bs-border-color);
  border-radius: 5px;
}

.ProfileCard:hover .ProfileCard-avatar {
  border-color: var(--bs-light);
}

.ProfileCard-details {
  padding: 5px 10px;
  display: block;
  overflow: hidden;
}

.ProfileCard-details div {
  float: left;
  display: inline-block;
}

.ProfileCard-details .ProfileCard-realName:after, 
.ProfileCard-details .ProfileCard-description:after {
  content: ",";
  float: right;
  margin: 0 5px 0 0;
}

.ProfileCard-realName,
.ProfileCard-screenName {
  display: inline-block;
}

.ProfileCard-realName {
  font-weight: 700;
}

.ProfileCard-stats {
  float: right;
  text-align: right;
}

.ProfileCard-stat {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.ProfileCard-stat-label {
  color: var(--bs-gray-600);
  font-weight: 500;
}

.ProfileCard-stat + .ProfileCard-stat {
  margin-left: 5px;
}

.ProfileCard:hover,
.ProfileCard.is-active {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.ProfileCard:hover .ProfileCard-screenName,
.ProfileCard:hover .ProfileCard-stat-label,
.ProfileCard.is-active .ProfileCard-screenName,
.ProfileCard.is-active .ProfileCard-stat-label {
  color: var(--bs-white);
}

.EmptyMessage {
  position: relative;
  padding: 10px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.event-list-page .t3-sl {
  padding-top: 0;
}

.event-list-page h1 {
  font-size: 55px !important;
}

#locationButtonContainer {
  margin-left: 20px;
}

#venueInfo {
  font-size: 25px;
  margin-top: 30px;
}

#eventTotalInfo {
  font-size: 20px;
  margin: 20px 20px 0 15px;
  color: var(--bs-dark);
}

#eventTable { 
  margin-top: 10px;
}

#eventTable .row {
  background: var(--bs-gray-100);
  border-bottom: 1px solid var(--bs-gray-100);
  margin-bottom: 8px;
  border-radius: 8px;
}

#eventTable .row:hover, 
#eventTable .row:active, 
#eventTable .row.active {
  background: var(--bs-primary);
  border-bottom: 1px solid var(--bs-primary);
}

#eventTable .row:hover h2, 
#eventTable .row:active h2, 
#eventTable .row:hover .registerButton, 
#eventTable .row:active .registerButton, 
#eventTable .row.active:hover h2, 
#eventTable .row.active:active h2 {
  background: var(--bs-primary-bg-subtle);
}

#eventTable .row h2:hover, 
#eventTable .row h2:active, 
#eventTable .row .registerButton:active, 
#eventTable .row.active h2, 
#eventTable .row.active .registerButton {
  background: var(--bs-primary-bg-subtle);
}

#eventTable .row h2, 
#eventTable .row .startDate {
  border-left: 5px solid var(--bs-primary);
}

#eventTable .row h2, 
.registerButton {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#eventTable .row .startDate {
  border-top-left-radius: 8px;
}

#eventTable .registerButton { 
  font-size: 20px; 
  margin-bottom: 0; 
  margin-top: -10px; 
  font-weight: bold; 
  text-align: right; 
  background: var(--bs-body-bg);  
  border-left: 5px solid var(--bs-primary); 
  padding: 5px 10px;
}

#eventDetails .registerButton a {
  float: right;
}

.registerButton a, 
.nextLink a, 
#eventDetails button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 2px 15px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 8px;
  user-select: none;
  color: var(--bs-white);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary-border-subtle);
}

#eventDetails button {
  padding: 6px 15px;
}

#eventTable .row:hover h2, 
#eventTable .row:active h2, 
#eventTable .row:hover .startDate, 
#eventTable .row:active .startDate, 
#eventTable .row:hover .registerButton {
  border-left: 10px;
}

.singleEventDate:before {
  color: var(--bs-primary);
}

#eventTable .month { 
  font-size: 36px; 
  font-weight: 300;
  color: var(--bs-gray);
  padding: 20px 12px 5px;
  text-transform: uppercase;
  background: var(--bs-white);
  width: 100%;
}

.month.fixed {
  position: fixed;
  top: 200px;
  width: 98%;
  z-index: 0;
}

.month.fixed.absolute {
  position: absolute;
}

#eventTable h2 {
  background: var(--bs-body-bg);
  padding: 13px 0 10px 10px; 
  font-size: 23px;
}

#eventTable h2 a { 
  color: var(--bs-gray-700);
}

#eventTable h2 a:hover, 
#eventTable h2 a:active { 
  color: var(--bs-primary); 
  text-decoration: none;
}

#eventDetails > div {
  background: var(--bs-primary-bg-subtle);
}

#eventDetails h2 {
  font-size: 28px;
}

#eventDetails .startDate, 
#eventDetails .startTime { 
  margin-top: 29px; 
  background: var(--bs-primary-border-subtle);
}

#eventDetails .startDate {
  border-top-left-radius: 8px; 
  border-bottom-left-radius: 8px;
} 

#eventDetails .startTime {
  border-top-right-radius: 8px; 
  border-bottom-right-radius: 8px;
} 

#eventDetails img {
  border-radius: 8px; 
  margin-right: 10px;
}

#eventDetails .glyphicon {
  background: var(--bs-primary-border-subtle);
  padding: 10px;
  border-radius: 50%;
}

#eventDetails .input-group .glyphicon {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

#eventDetails .input-group .glyphicon.form-control-feedback, 
#eventDetails .input-group-addon:last-child {
  display: none;
}

#eventDetails .input-group .form-control:first-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

#eventDetails input[type="submit"], 
#eventDetails button {
  float: left;
  min-width: 135px;
  border-radius: 8px;
  margin-right: 10px;
}

#eventDetails .form-group {
  margin-bottom: 0;
}

.singleEventDate, 
.location { 
  font-size: 20px;  
  background: var(--bs-primary-border-subtle); 
  padding: 10px; 
  margin-bottom: 10px;  
  border-radius: 8px;
}

.location { 
  clear: both; 
  padding-top: 10px;
}

.location:before {
  position: relative;
  font: 20px/20px bootstrap-icons;
  color: var(--bs-primary);
  right: 10px;
  margin-left: 10px;
}

#eventGoogleMap { 
  height: 500px;
}

textarea { 
  width: 100%; 
  height: 100px;
}

.control-label { 
  font-size: 16px;
}

.btn-primary.submitButton, 
.btn-danger { 
  width: auto;
}

.select2-tags, 
.select2-simple { 
  width: 100%;
}

.external-icon::after {
  content: " \F1C5";
  white-space: pre;
  font-family: bootstrap-icons;
}

.form-link { 
  text-align: center;
}

#locationButton { 
  margin: 20px 0 0 0;
}

.top-article-side-video {
  margin-top: 20px;
}

.module.top-article-side-video {
  padding-left: 40px;
}

/** Smart Slider Overrides **/
#sp-smart-slider.sp-organic-life-layout,
#sp-smart-slider.sp-organic-life-layout.loading:before {
  background: var(--bs-white);
}

#sp-smart-slider.sp-organic-life-layout,
.sp-organic-life-layout .sp-slider-item {
  height: 500px;
}

@media (max-width: 767px) {
  #sp-smart-slider.sp-organic-life-layout,
  .sp-organic-life-layout .sp-slider-item {
    height: 400px;
  }
}

@media (max-width: 480px) {
  #sp-smart-slider.sp-organic-life-layout,
  .sp-organic-life-layout .sp-slider-item {
    height: 300px;
  }
}

/** Cookie Consent **/
div.cc-window.cc-floating {
  max-width: 24em;
}

@media(max-width: 639px) {
  div.cc-window.cc-floating:not(.cc-center) {
    max-width: none;
  }
}

div.cc-window, span.cc-cookie-settings-toggler {
  font-size: 16px;
}

div.cc-revoke {
  font-size: 16px;
}

div.cc-settings-label, span.cc-cookie-settings-toggle {
  font-size: 14px;
}

div.cc-window.cc-banner {
  padding: 1em 1.8em;
}

div.cc-window.cc-floating {
  padding: 2em 1.8em;
}

input.cc-cookie-checkbox+span:before, 
input.cc-cookie-checkbox+span:after {
  border-radius: 1px;
}

div.cc-center, div.cc-floating, div.cc-checkbox-container, 
div.gdpr-fancybox-container div.fancybox-content, 
ul.cc-cookie-category-list li, fieldset.cc-service-list-title legend {
  border-radius: 0px;
}

div.cc-window a.cc-btn, span.cc-cookie-settings-toggle {
  border-radius: 0px;
}

/** JW Player Additional Overrides **/
.jw-icon-next, .jw-icon-rewind {
  display: none !important;
}

#ultimate_map {
  height: auto;
}

/** Smart Slider 3 - Organic Life Layout **/
#sp-smart-slider.sp-organic-life-layout,
#sp-smart-slider.sp-organic-life-layout.loading:before {
  background: var(--bs-white);
}

#sp-smart-slider.sp-organic-life-layout,
.sp-organic-life-layout .sp-slider-item {
  height: 500px;
}

@media (max-width: 767px) {
  #sp-smart-slider.sp-organic-life-layout,
  .sp-organic-life-layout .sp-slider-item {
    height: 400px;
  }
}

@media (max-width: 480px) {
  #sp-smart-slider.sp-organic-life-layout,
  .sp-organic-life-layout .sp-slider-item {
    height: 300px;
  }
}

/* Pagination */
.com-content-category-iweb__pagination {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.com-content-category-iweb__pagination .pagination {
  gap: 8px;
}

.com-content-category-iweb__pagination .page-link {
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 500;
  transition: all 0.2s ease;
  min-width: 44px;
  text-align: center;
}

.com-content-category-iweb__pagination .page-item.active .page-link {
  background-color: var(--bs-primary, #0d6efd);
  border-color: var(--bs-primary, #0d6efd);
  color: white;
  font-weight: 600;
}

.com-content-category-iweb__pagination .page-link:hover {
  background-color: var(--bs-primary-bg-subtle, #e7f1ff);
  border-color: var(--bs-primary, #0d6efd);
  color: var(--bs-primary, #0d6efd);
}

/* Add content to pagination links based on aria-label */
.com-content-category-iweb__pagination .page-link[aria-label*="start"]::before,
.com-content-category-iweb__pagination .page-link[aria-label*="Start"]::before,
.com-content-category-iweb__pagination .page-link[aria-label*="first"]::before,
.com-content-category-iweb__pagination .page-link[aria-label*="First"]::before {
  content: "‹‹";
  font-weight: bold;
}

.com-content-category-iweb__pagination .page-link[aria-label*="previous"]::before,
.com-content-category-iweb__pagination .page-link[aria-label*="Previous"]::before {
  content: "‹";
  font-weight: bold;
}

.com-content-category-iweb__pagination .page-link[aria-label*="next"]::before,
.com-content-category-iweb__pagination .page-link[aria-label*="Next"]::before {
  content: "›";
  font-weight: bold;
}

.com-content-category-iweb__pagination .page-link[aria-label*="end"]::before,
.com-content-category-iweb__pagination .page-link[aria-label*="End"]::before,
.com-content-category-iweb__pagination .page-link[aria-label*="last"]::before,
.com-content-category-iweb__pagination .page-link[aria-label*="Last"]::before {
  content: "››";
  font-weight: bold;
}

/* Numbered page links - show the page number from the link text or calculate it */
.com-content-category-iweb__pagination .page-link[aria-label*="page"] {
  /* Page numbers are in the link text, just ensure they're visible */
}

.com-content-category-iweb__pagination .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
}

/** Smart Search (Finder) Module & Component Styles **/
.mod-finder .js-finder-search-query,
.mod-finder input[type="text"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.mod-finder .finder-search-button,
.mod-finder button[type="submit"] {
  font-size: 0;
}

.mod-finder .finder-search-button::before,
.mod-finder button[type="submit"]::before {
  content: "\f52a";
  font-family: bootstrap-icons;
  font-weight: normal;
  font-size: 1rem;
}

.com-finder__navigation {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.com-finder__navigation .pagination {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.com-finder__navigation .page-item {
  display: inline-block;
}

.com-finder__navigation .page-link {
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 500;
  transition: all 0.2s ease;
  min-width: 44px;
  text-align: center;
  border: 1px solid var(--bs-border-color);
  background-color: var(--bs-white);
  color: var(--bs-link-color);
  text-decoration: none;
  display: inline-block;
}

.com-finder__navigation .page-item.active .page-link {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
  font-weight: 600;
}

.com-finder__navigation .page-link:hover {
  background-color: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary);
  color: var(--bs-primary);
  text-decoration: none;
}

.com-finder__navigation .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.com-finder__results-count,
.com-finder__navigation .counter {
  font-size: 14px;
  color: var(--bs-secondary);
  text-align: center;
  margin: 0;
}

.com-finder__navigation .pagination-list-render {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.com-finder__navigation a {
  text-decoration: none;
}

/** Pagination Icon Classes **/
.icon-angle-double-left::before {
  content: "\f27F";
  font-family: bootstrap-icons;
  font-weight: bold;
}

.icon-angle-left::before {
  content: "\f284";
  font-family: bootstrap-icons;
  font-weight: bold;
}

.icon-angle-right::before {
  content: "\f285";
  font-family: bootstrap-icons;
  font-weight: bold;
}

.icon-angle-double-right::before {
  content: "\f280";
  font-family: bootstrap-icons;
  font-weight: bold;
}