@charset "UTF-8";
/*** werow colors ***/
a {
  color: #2061D2;
}

.top-row {
  padding-top: 100px;
}

.navbar-default {
  background-color: white;
  height: 70px;
  padding-top: 3px;
}

.site-header {
  padding-left: 11%;
}

.logo-w1, .logo-w2 {
  color: white;
  font-size: 45px;
  display: inline;
  float: left;
  font-weight: 300;
}

body {
  background-color: white;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  color: darkslategray;
}

.panel {
  border-radius: 0px !important;
}

.the-right-sidebar {
  width: 100%;
  border: 1px solid #2061D2;
  border-radius: 15px;
  padding: 30px 15px 40px 25px;
  position: absolute;
  margin-top: 12px;
}
.the-right-sidebar form {
  margin-top: 35px;
}
.the-right-sidebar #werow-life-ad {
  text-align: center;
  color: rgb(37, 49, 77);
  text-decoration: none;
}
.the-right-sidebar #werow-life-image {
  width: 145px;
  color: black;
  margin-bottom: 20px;
}
.the-right-sidebar #weekly-adverts-header {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.the-right-sidebar .submit-button {
  margin-bottom: 30px;
}

.email-colect-textbox {
  border-left: 0;
  border-right: 0;
  box-shadow: 0 0 0 0;
  border-radius: 0;
  border-bottom-color: #2061D2;
  border-top-color: #2061D2;
}

.the-left-sidebar {
  width: 100%;
  border: 1px solid #2061D2;
  border-radius: 15px;
  padding: 25px 15px 20px 15px;
  position: absolute;
  margin-top: 12px;
  margin-left: -30px;
  background-color: white;
  z-index: 996;
}

.sidebar-header {
  font-size: 1em;
  margin: 0 0 10px 0;
  line-height: 25px;
  font-weight: bold;
  border-bottom: solid 1px #2061D2;
  padding-bottom: 20px;
  color: #2061D2;
  text-align: center;
}

.sidebar-image {
  width: 100%;
  padding-top: 22px;
  padding-bottom: 32px;
}

.adivider {
  width: 100%;
  border-bottom: solid 1px #2061D2;
}

.buy-button {
  background-color: white;
  color: #1d8fbf;
  border-color: #ddd;
  margin-top: -40px;
  font-size: 1.1em;
  margin-bottom: 40px;
}

.navbar {
  margin-bottom: 0px !important;
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #2061D2 !important;
  border: 0px;
  border-radius: 0px;
  opacity: 0.925;
}

.website-icon {
  width: 27%;
  display: inline;
  float: left;
  margin-left: 14%;
}

.create-button {
  background-color: #b4e038 !important;
  border-radius: 5px;
  color: white !important;
  padding-top: 6px !important;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 34px;
}

.create-button:hover {
  background-color: rgb(240, 240, 240) !important;
  color: #b4e038 !important;
}

.navbar-right {
  border-radius: 6px;
  margin-right: 0px !important;
  height: 60px;
  padding-top: 6px;
}

#unread-messages-url {
  position: relative;
  top: -75px;
  left: 62%;
}

#unread-messages-url-mobile {
  display: none;
}

#bs-example-navbar-collapse-1 {
  width: 745px;
  margin-right: auto;
  margin-left: auto;
  /*display: inline-block !important;*/
}

.left-divider {
  border-left: solid 1px #dddddd;
}

.right-divider {
  border-right: solid 1px #dddddd;
}

.search-field {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.store-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

.store-product-name {
  margin: 0px;
  font-size: 13px;
}

.store-box {
  border: 2px solid #1c4276;
  width: 540px;
  border-radius: 15px;
}

.store-info {
  text-align: center;
  margin-top: 10px;
}

.left-divider .right-divider {
  color: #3b5998 !important;
}

#scam-warning {
  text-align: center;
  color: red;
  margin-top: 20px;
  font-weight: 400;
}

#sort-options {
  width: 55%;
  display: inline-block;
}

#sort-label, #filter-label {
  display: inline-block;
  color: darkslategray;
  font-weight: 400;
}

#filter-options {
  width: 55%;
  display: inline-block;
}

#ads-sort-filter {
  width: 80%;
  margin: auto;
  padding-top: 20px;
}

.form-control.search {
  width: 95%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  display: inline;
}

.form-control.quote-input {
  width: 250px;
  display: block;
  margin: 1.5rem auto;
}

.navbar-default .navbar-nav > li > a {
  color: #3a579a;
  font-family: helvetica;
  color: white;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #b4e038;
}

footer {
  padding: 25px 0;
  text-align: center;
  background-color: white;
  border-top: solid 1px #e7e7e7;
  background: rgba(240, 240, 240, 0.8) !important;
  width: 100%;
  min-height: 100px;
  color: #2061D2;
}
footer .list-inline > li {
  margin-bottom: 10px;
  padding-right: 14px;
}
footer a {
  color: darkslategray;
}
footer a:hover {
  color: #b4e038;
}

.small-top-padding {
  margin-top: 40px;
}

#userguide .row {
  margin-top: 15px;
  margin-bottom: 15px;
}

.centered-text {
  text-align: center;
}

.simplebox {
  outline: none;
  box-shadow: none !important;
}

/*FONTS & RANDOM STUFF*/
@font-face {
  font-family: "Lata";
  font-style: normal;
  font-weight: normal;
}
/**************** Login Page *******************/
.social_media_login a.twitter {
  background-position: -136px 0;
}

.social_media_login a.facebook {
  background-position: 0 0;
}

.social_media_login a {
  margin: 0 10px 0 0;
  display: block;
  float: left;
  height: 37px;
  width: 126px;
}

.social_media_login {
  width: 126px;
  margin: 37px auto 0 auto;
  overflow: hidden;
  zoom: 1;
}

.login h1, .register-form h1 {
  color: #777777;
  font-weight: normal;
  font-size: 27px;
  margin: 0;
  padding: 0;
  padding-top: 36px;
  text-align: center;
  letter-spacing: 0;
}

.login h1 strong, .register-form h1 strong {
  color: #333333;
  font-weight: bold;
}

.dividing_text {
  font-size: 15px;
  color: #525252;
  border-top: 1px solid #dddddd;
  margin: 42px auto 20px auto;
  padding: 0;
  text-align: center;
}

.dividing_text p, .register_text {
  margin: 0;
  padding: 0 11px;
  display: inline-block;
  zoom: 1;
  position: relative;
  bottom: 11px;
  background: #fff;
}

.register {
  text-align: center;
}

.signup-social {
  padding-top: 20px;
}

.login-reg-textbox {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: 0 0 0 0;
  border-radius: 0;
  border-bottom-color: #1d8fbf;
}

.description-textbox {
  box-shadow: 0 0 0 0;
  border-radius: 0;
  border-bottom-color: #1d8fbf;
  border-top-color: #1d8fbf;
}

.login-reg-button {
  text-align: center;
  margin: auto;
}

.submit-button {
  background-color: white;
  color: #2061D2;
  border-color: #2061D2;
  margin-top: 15px;
  font-size: 1.1em;
  margin: 20px auto 40px auto;
  min-width: 50%;
  display: block;
}

#login-submit:hover {
  color: #fff !important;
  background-color: #286090 !important;
  border-color: #122b40 !important;
}

/************** LISTINGS ***********/
.search_submit_button {
  border: 1px solid #ccc;
  background-color: #b4e038;
  width: 5%;
  height: 34px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  float: right;
  border-left: 0px;
}

.search_icon {
  width: 18px;
  height: 18px;
  margin-left: 3px;
  margin-top: -3px;
}

#auto-alerts {
  padding: 10px;
  border: 2px solid;
  border-radius: 15px;
  text-align: center;
  display: none;
}

.search-term-advert {
  padding: 10px;
  border: 2px solid;
  border-radius: 15px;
  text-align: center;
  border-color: lightblue;
}

.search-term-advert h3 {
  margin-top: 0.25rem;
  font-size: 2rem;
}

.search-term-advert img {
  max-height: 175px;
  max-width: 70%;
}

.search-term-advert .premium-icon {
  float: right;
  margin-top: -3px;
  margin-left: 0px;
  margin-bottom: 1px;
  font-size: 1.5em;
  font-weight: 600;
  border: 1px solid;
  border-radius: 21px;
  width: 30px;
  height: 30px;
}

.promo-card {
  padding: 10px;
  border-radius: 15px;
  text-align: center;
  display: none !important;
}

.promo-card h3 {
  margin-top: 0.25rem;
  font-size: 2rem;
  color: #2c3e50;
}

.promo-card img {
  max-height: 400px;
  max-width: 100%;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}

.promo-card img:hover {
  opacity: 0.9;
}

.promo-card .premium-icon {
  float: right;
  margin-top: -3px;
  margin-left: 0px;
  margin-bottom: 1px;
  font-size: 1.5em;
  font-weight: 600;
  border: 1px solid;
  border-radius: 21px;
  width: 30px;
  height: 30px;
  background-color: #2c3e50;
  color: white;
  background-color: lightblue;
  color: white;
  padding-left: 3px;
  padding-top: 4px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.home-header {
  font-size: 1.4em;
  margin: 0 0 20px 0;
  line-height: 25px;
  font-weight: 400;
  padding-bottom: 5px;
  color: #2061D2;
  text-align: center;
}

.search-buttons {
  width: 560px;
  margin: auto;
  margin-bottom: 45px;
  margin-top: 10px;
  display: block;
}
.search-buttons .btn-primary {
  background-color: #2061D2;
  margin: 6px;
  border-radius: 5px !important;
}

.advert {
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 15px;
  padding: 10px 10px 0px 10px;
}

.premium-outline {
  border-radius: 15px;
}

.mobile-only-image, .cf-mobile-only-image {
  display: none;
}

#carousel {
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 15px;
  padding: 10px 10px;
  height: 210px;
}
#carousel .slide {
  display: none;
  width: 600px;
}
#carousel .slide img {
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
#carousel .active-slide {
  display: inline-block;
}
#carousel .slide-text-lower {
  position: absolute;
  color: black;
  display: block;
  z-index: 100;
  top: 155px;
  left: 190px;
  margin: auto;
  width: 440px;
  font-family: monospace;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3px;
}
#carousel .slide-text-upper {
  position: absolute;
  color: black;
  display: block;
  z-index: 100;
  top: 25px;
  left: 190px;
  margin: auto;
  width: 430px;
  font-family: Geneva;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0px 5px;
}
#carousel .arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  cursor: pointer;
  width: 51px;
  height: 51px;
  margin-top: 65px;
  margin: 65px 6px 0px 6px;
}
#carousel .right {
  float: right;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#carousel .left {
  float: left;
  border-color: white;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.image-holder {
  border-right: solid 1px lightgray;
  padding-right: 10px;
  min-height: 175px;
  display: flex;
}

.image-holder a {
  max-width: 212px;
  max-height: 175px;
  margin: auto auto;
}

.ad-image {
  max-width: 100%;
  max-height: 175px;
}

.single-ad-image .ad-image {
  max-height: 100%;
}

.single-images-area {
  border-right: solid 1px #2061D2;
}

.secondary-images-container {
  margin-top: 10px;
  border-top: solid 1px #2061D2;
  padding-top: 10px;
}

.secondary-image-container {
  width: 50%;
  display: inline;
}

.ad-image-secondary {
  max-height: 100px;
  margin: auto;
  max-width: 100%;
  display: block;
}

.ad-info {
  min-height: 100px;
  margin-bottom: 5px;
}

.row-back {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

#single-page .row-back {
  padding-top: 0px;
}
#single-page .third-party-section {
  margin-bottom: 200px;
}

#amazon-stuff, #google-stuff {
  margin-top: 3rem;
}

#google-stuff {
  display: none;
}

.affiliate-info-text {
  font-size: 12px;
}

.advert-heading {
  font-size: 1.15em;
  width: 74%;
  display: inline-flex;
  text-decoration: underline;
  line-height: 1.3em;
}

.advert-date {
  display: inline-flex;
}

.premium-icon {
  float: right;
  margin-top: -3px;
  margin-right: 25px;
  margin-bottom: -10px;
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  border: 1px solid #2061D2 !important;
  border-radius: 21px;
  width: 105px;
  height: 25px;
  background-color: #2061D2 !important;
  color: white;
  padding-left: 7px;
  padding-top: 3px;
  cursor: pointer;
}

.anicon {
  width: 20px;
  margin-right: 5px;
}

.adlocation {
  display: inline-block;
  width: 50%;
}

.adprice {
  display: inline-block;
  float: right;
}

.bottomicons {
  width: 100%;
  bottom: 0px;
}

#feedback-button {
  width: 145px;
  background-color: #b4e038;
  border-radius: 20px;
  color: white;
  padding-left: 12px;
  height: 40px;
  border: 1px solid lightblue;
  position: fixed;
  z-index: 100;
  right: 55px;
  bottom: 50px;
  cursor: pointer;
  text-decoration: none;
}
#feedback-button h3 {
  margin-top: 5px;
  margin-left: 5px;
  font-weight: 300;
}

.rm-logo {
  color: white;
  font-size: 35px;
  background-color: rgb(32, 97, 210);
  margin: 0px -10px;
  border-radius: 6px;
  margin-bottom: 10px;
}

#clubflow-payment-request-ad {
  text-align: center;
}

#clubflow-payment-request-ad h2 {
  font-size: 1.75rem;
  font-weight: 600;
}

#clubflow-payment-request-ad h3 {
  font-size: 1.75rem;
}

#payment-request-ad-p2 {
  display: none;
}

#clubflow-signup-btn {
  background-color: #b4e038 !important;
  border-radius: 5px;
  color: white !important;
  padding-top: 6px !important;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 34px;
  border: 1px solid lightblue;
}

/************* Create Ad **********/
.required::after {
  content: "*";
  position: absolute;
  right: 0px;
  top: 0px;
  color: red;
}

.information-bubble {
  width: 20px;
  background-color: #1c4276;
  border-radius: 25px;
  color: white;
  font-size: 14px;
  font-family: serif;
  padding-left: 8px;
  display: inline-block;
  float: right;
}

#loading-modal .loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid gray;
  border-bottom: 16px solid gray;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

#loading-modal .center {
  z-index: 1000;
  margin: 300px auto;
  padding: 10px;
  width: 140px;
  background-color: White;
  border-radius: 10px;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}

#loading-modal .spinner-loading-text {
  margin-top: 15px;
  text-align: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.login .single-advert-heading {
  margin-bottom: 30px;
  text-align: center;
}

.radio-group > .btn:not(.dropdown-toggle) {
  border-radius: 5px !important;
  margin-left: 2px;
  margin-right: 2px;
}

.radio-group {
  width: 500px;
  height: 35px;
  margin: auto;
  margin-bottom: 25px;
  margin-top: 15px;
  display: block;
}

.country-label {
  float: left;
  margin-top: 8px;
}

#country-dropdown {
  width: 60%;
  display: inline-block;
  float: right;
}

#category-text {
  display: inline;
  width: 75px;
  margin-top: 6px;
  float: left;
}

.invalid-feedback {
  color: red;
}

.post-type-buttons .btn-primary:active, .post-type-buttons .btn-primary.active, .post-type-buttons .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #b4e038 !important;
  border-color: darkseagreen;
}
.post-type-buttons .btn-default.active, .post-type-buttons .btn-default:active, .post-type-buttons .open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #b4e038 !important;
  border-color: darkseagreen;
}

.selected-package {
  background-color: rgb(29, 143, 191);
  color: rgb(255, 255, 255);
}

.package-option {
  border: 1px solid lightblue;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  width: 240px;
  display: inline-block;
  margin-left: 18px;
  cursor: pointer;
}

.upsell-option {
  border: 1px solid lightblue;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  width: 240px;
  display: block;
  margin-left: 18px;
  cursor: pointer;
  margin: auto;
}

#upsell-modal .centered-text {
  padding: 5px;
}
#upsell-modal #payment-button-form, #upsell-modal #payment-btn-container {
  width: unset;
}
#upsell-modal .btn {
  display: block;
  margin: auto;
}
#upsell-modal .radio-inline {
  display: none;
}

#payments-modal-content {
  width: 800px;
}

#payment-btn-container {
  width: 150px;
  margin: auto;
}

#why-pay-info {
  text-align: center;
  margin-top: 30px;
}

#advert-type-form-group {
  display: none;
  margin-bottom: 0px;
}

#ad-type-info {
  margin-top: 1rem;
}

.bid-field {
  display: none;
}

.datepicker {
  margin-top: 1rem;
}

#advert-type-form-group input[type=radio] {
  margin-right: 0.5rem;
}

#create-boat-details {
  display: none;
}

.ad-form-section-header {
  text-align: center;
  width: 50%;
  margin: auto;
  margin-bottom: 25px;
  margin-top: 85px;
  padding-bottom: 0px;
  font-size: 20px;
}

.ad-text-input {
  width: 205px;
  float: right;
}

.fitted-dropdown {
  width: 60%;
  display: inline-block;
  float: right;
}

/********** Single Ad *************/
.single-ad-image {
  height: 250px;
  width: 350px;
}

.single-ad-image a {
  display: -webkit-flex;
  height: 250px;
  width: 340px;
}

.single-ad-image img {
  margin: auto auto;
  display: -webkit-flex;
}

.image-gallery {
  position: relative;
  width: 100%;
}

.main-image-container {
  position: relative;
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
}
.main-image-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.main-image-container img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
}
.gallery-nav:hover {
  background: rgba(0, 0, 0, 0.8);
}
.gallery-nav i {
  font-size: 16px;
}

.gallery-prev {
  left: 10px;
}

.gallery-next {
  right: 10px;
}

.image-counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 13px;
  z-index: 10;
}

.thumbnail-strip {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  overflow-x: auto;
  padding: 5px 0;
  scroll-behavior: smooth;
}
.thumbnail-strip::-webkit-scrollbar {
  height: 6px;
}
.thumbnail-strip::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.thumbnail-strip::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.thumbnail-strip::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

.thumbnail-item {
  flex-shrink: 0;
  width: 70px;
  height: 55px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  opacity: 0.7;
}
.thumbnail-item:hover {
  opacity: 1;
  border-color: #2061D2;
}
.thumbnail-item.active {
  border-color: #2061D2;
  opacity: 1;
}
.thumbnail-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-ad-info {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.single-advert-heading {
  font-size: 22px;
  margin: 5px 0 15px 0;
  line-height: 25px;
  font-weight: bold;
  border-bottom: solid 1px #2061D2;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  color: #2061D2;
}

.remove-advert-area {
  width: 200px;
  margin: auto;
  margin-bottom: 10px;
  margin-top: -5px;
  padding-left: 15px;
  padding-right: 15px;
}

.remove-flag-advert {
  margin: auto;
  width: 100%;
}

.single-ad-price {
  font-weight: bold;
  font-size: 15px;
  color: #333;
}

.single-ad-lower-info {
  color: #777;
}

.saved-for-later {
  width: 32px;
  border-radius: 20px;
  padding: 5px;
  cursor: pointer;
  display: inline-block;
  float: right;
  color: white;
  position: absolute;
  top: -10px;
  right: 7px;
}

.saved-for-later-heart {
  width: 22px;
  float: right;
  margin-top: 2px;
  margin-bottom: 0px;
}

.saved-for-later:hover {
  background-color: #f0f0f0 !important;
  color: #b4e038;
  border-color: lightgray;
}

.saved-for-later-single {
  width: 132px;
  border: solid 1px white;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  display: inline-block;
  float: right;
  background-color: #b4e038 !important;
  color: white;
}

.saved-for-later-heart-single {
  width: 19px;
  float: right;
  margin-top: 2px;
  margin-bottom: 0px;
}

.saved-for-later-single:hover {
  background-color: #f0f0f0 !important;
  color: #b4e038;
  border-color: lightgray;
}

.private-message {
  background-color: #b4e038;
  border-radius: 20px;
  color: white;
  text-align: center;
  padding-top: 7px;
  margin-bottom: 20px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid lightblue;
  bottom: 50px;
  width: 66%;
  cursor: pointer;
  text-decoration: none;
}

#private-message-link {
  display: block;
  text-align: center;
}

.send-message-button {
  display: block;
  width: 30%;
  margin: auto;
}

.message-seller {
  margin-bottom: 10px;
}

.show-contact {
  border-top: solid 1px gray;
  background-color: white;
  height: 35px;
  text-align: center;
  color: rgb(180, 224, 131);
  padding-top: 5px;
  cursor: pointer;
}

.contact-info {
  height: 30px;
  text-align: center;
  padding-top: 5px;
  background: rgba(240, 240, 240, 0.6) !important;
  display: none;
  color: #1d8fbf;
}

.single-ad-description {
  margin-top: 15px;
  border-top: solid 1px #2061D2;
  padding-top: 10px;
  padding-bottom: 15px;
}

.add-image-text {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  font-size: 0.8em;
  padding: 8px;
  text-align: center;
}

.ad-preview-image {
  max-width: 100%;
  border: solid 1px;
  margin: auto;
  width: 200px;
  margin-bottom: 20px;
}

.file-upload {
  margin-bottom: 25px;
  margin-top: -10px;
  display: block;
}

.single-ad-description p, .ad-info p, .note-editable p {
  margin: 0 0 1px !important;
}

.contact-open-close {
  float: right;
}

.contact-box {
  padding-bottom: 30px;
  padding-top: 5px;
}

.small-content {
  min-height: 85vh;
  display: flow-root;
}

.anfaicon {
  color: #1d8fbf;
  margin-right: 10px;
}

.share-buttons {
  margin: 5px 0px 10px 0px;
}

.fb_iframe_widget {
  top: -6px;
}

.blue-heading {
  font-size: 22px;
  font-weight: bold;
  color: #1d8fbf;
}

.center-share-buttons {
  margin: auto;
  width: 155px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#bid-amount-field {
  display: inline-block;
  width: 79%;
}

#bid-button {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}

#bid-info {
  margin-top: 15px;
  cursor: pointer;
}

.bidding-info {
  display: inline-block;
}

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  hyphens: auto;
}

#quick-boat-stats h4 {
  font-size: 14px;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 0px;
}

#quick-boat-stats {
  border-bottom: solid 1px #2061D2;
  padding-bottom: 15px;
}
#quick-boat-stats .col-1 {
  display: inline-block;
  width: 40%;
  margin-left: 10%;
}
#quick-boat-stats .col-2 {
  vertical-align: top;
  display: inline-block;
  width: 40%;
  margin-left: 0%;
}
#quick-boat-stats .block-heading {
  display: block;
}

/**************** My Account ***********/
.center-table {
  width: 480px;
  margin: auto;
}

th {
  color: #1d8fbf;
}

.account-menu-line {
  height: 30px;
}

.advert-functions {
  margin-bottom: 5px;
  display: block;
}

.bump-advert {
  margin: 0px 20px;
  margin-bottom: 10px;
}

/**************** My Ads Page ***********/
.large-page-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.large-page-container .content {
  margin-top: 20px;
}
.large-page-container .single-advert-heading {
  margin-bottom: 25px;
}

.sort-link {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.sort-link:hover {
  color: #007bff;
  text-decoration: none;
}

.sort-arrow {
  margin-left: 5px;
  color: #007bff;
}

.highlight-countdown {
  color: #28a745;
  font-weight: bold;
}

.myads-table-wrapper {
  overflow-x: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  -webkit-overflow-scrolling: touch;
}

.myads-table-wrapper table {
  width: 100%;
  min-width: 800px;
  margin-bottom: 0;
}

.myads-table-wrapper th {
  white-space: nowrap;
  padding: 12px 8px;
  vertical-align: middle;
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
}

.myads-table-wrapper td {
  padding: 10px 8px;
  vertical-align: middle;
  word-wrap: break-word;
}

.myads-table-wrapper .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.myads-table-wrapper .table-bordered {
  border: 1px solid #ddd;
}

.myads-table-wrapper .table-bordered th,
.myads-table-wrapper .table-bordered td {
  border: 1px solid #ddd;
}

.myads-table-wrapper .dropdown-menu {
  min-width: 150px;
}

.myads-table-wrapper .advert-functions {
  width: 100%;
  text-align: left;
  padding: 5px 10px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.myads-table-wrapper .advert-functions:hover {
  background-color: #f5f5f5;
}

.myads-table-wrapper td:nth-child(3) {
  max-width: 300px;
  word-wrap: break-word;
  word-break: break-word;
}

.myads-table-wrapper .dropdown {
  position: relative;
}

.myads-table-wrapper .btn-default {
  background-color: #fff;
  border-color: #ccc;
}

.myads-table-wrapper .btn-default:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}

.myads-table-wrapper + .row {
  margin-top: 30px;
}

.other-message {
  margin-left: 50%;
  background-color: beige;
}

.other-message:after {
  content: "";
  position: relative;
  bottom: -29px;
  left: 80%;
  border-width: 20px 0 0 20px;
  border-style: solid;
  border-color: beige transparent;
  display: block;
  width: 0;
}

.user-message:after {
  content: "";
  position: relative;
  bottom: -29px;
  left: 15%;
  border-width: 20px 20px 0px 0px;
  border-style: solid;
  border-color: lightgreen transparent;
  display: block;
  width: 0;
}

.message {
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 20px;
  max-width: 50%;
}

.message-wrapper {
  display: block;
}

.user-message {
  background-color: lightgreen;
}

.bot-acc-menu {
  border-bottom: 1px solid #ddd;
}

.unread-messages-thread {
  background-color: lightsalmon;
}

.clickable-row {
  color: #337ab7;
  text-decoration: none;
  cursor: pointer;
}

.message-date-time {
  position: relative;
  bottom: -25px;
  font-size: 0.8em;
}

#search-alerts-header {
  text-align: center;
}

#selected-search-terms {
  text-align: center;
}

#selected-search-terms p {
  margin-top: 1rem;
}

/************* Admin Dashboard ***********/
.alert-background {
  background-color: red;
}

.premium-background {
  background-color: #2061D2;
  color: white;
}

.premium-background a {
  color: white;
}

.paid-background {
  background-color: greenyellow;
}

h3 {
  outline-color: white;
}

/************* Stripe Payment Form ********/
#loading-modal {
  background-color: rgba(55, 55, 55, 0.9);
}

#stripe-modal-content {
  width: 500px;
}

#card-errors {
  display: block;
  margin: auto;
  width: 80%;
  color: red;
  margin-bottom: 2rem;
}

#card-button {
  margin: auto;
  display: block;
}

#cardholder-name:focus {
  outline: 0;
}

#cardholder-name, .StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
  width: 80%;
  margin: auto;
  display: block;
  margin-bottom: 1rem;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/***** UNSUBSCRIBE PAGE *********/
.unsub-details .btn {
  text-align: center;
  margin: 10px auto;
  width: 100px;
}

.unsubscribe-heading {
  font-size: 22px;
  margin: 5px 0 15px 0;
  line-height: 25px;
  font-weight: bold;
  border-bottom: solid 1px #2061D2;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  color: #2061D2;
  text-align: center;
}

/*********** MOBILE ***********/
@media (max-width: 1050px) {
  .the-left-sidebar {
    display: none;
  }
  .ad-image {
    max-height: 300px;
  }
  .image-holder a {
    max-width: 350px;
    max-height: 375px;
  }
  .single-images-area {
    border-right: none;
  }
  .image-holder {
    border-right: none;
  }
  .advert-heading {
    width: 80%;
  }
  .promo-card {
    display: block !important;
    padding: 8px;
  }
  .promo-card img {
    height: auto;
    display: block !important;
    margin: auto;
  }
  .navbar-default .navbar-toggle {
    border-color: white;
    background-color: #b4e038;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
  }
  .navbar-default .navbar-nav > li > a {
    color: white;
  }
  .logo-w1, .logo-w2 {
    font-size: 35px;
    padding-top: 6px;
  }
  .site-header {
    padding-left: 0%;
  }
  /******** Payments ***********/
  #payments-modal-content {
    width: 95%;
  }
  #payments-modal-content .modal-content {
    padding: 10px;
  }
  .package-option {
    margin: auto;
    margin-left: unset;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer {
    height: 165px;
  }
  footer .list-inline {
    margin-top: 10px;
  }
  .the-left-sidebar {
    display: none;
  }
  .the-right-sidebar {
    display: none;
    width: 100%;
    border: 1px solid #2061D2;
    border-radius: 15px;
    padding: 35px 15px 0px 25px;
    margin-top: 12px;
    position: relative;
  }
  /****** Menu ******/
  #bs-example-navbar-collapse-1 {
    position: fixed;
    height: 230px;
    background: rgba(240, 240, 240, 0.9) !important;
    margin-left: -15px;
  }
  .website-icon {
    width: 200px;
    margin-left: 0vw;
  }
  .navbar-default .navbar-nav > li > a {
    color: #2061D2;
  }
  /*** Search Bar */
  .form-control.search {
    width: 90%;
  }
  .search_submit_button {
    width: 10%;
  }
  #ads-sort-filter {
    width: 100%;
    margin: auto;
  }
  #filter-label, #sort-label {
    margin-top: 8px;
  }
  #sort-options, #filter-options {
    float: right;
  }
  #country-filter-area {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /******* home listings ****/
  .mobile-only-image, .cf-mobile-only-image {
    display: block;
  }
  .cf-mobile-only-image .mobile-center-image {
    width: 100%;
    border-radius: 0px;
  }
  .mobile-center-image {
    border-radius: 15px;
    margin: auto;
    display: block;
    width: 60%;
  }
  .promo-card {
    display: block !important;
    padding: 8px;
  }
  .promo-card img {
    height: auto;
    display: block !important;
  }
  .desktop-only {
    display: none;
  }
  .image-holder {
    border-right: 0px;
  }
  .advert-date {
    display: none;
  }
  .store-listings {
    display: none;
  }
  .advert-heading {
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 1px lightblue;
    width: 93%;
    font-size: 2rem;
  }
  .premium-icon {
    margin-top: 15px;
    margin-right: 27px;
  }
  .ra-image-placeholder {
    max-width: 50vw !important;
  }
  .saved-for-later {
    top: 10px;
  }
  .search-buttons {
    width: 80%;
    margin-bottom: 9rem;
    height: 35px;
    text-align: center;
  }
  .search-buttons .btn-primary {
    margin-top: 5px;
    background-color: #2061D2;
  }
  #unread-messages-url {
    position: absolute;
    top: -5px;
    left: 120px;
    width: 100px;
  }
  #unread-messages {
    margin-left: 0px;
    margin-top: 0px;
  }
  #unread-messages-url-mobile {
    position: relative;
    float: right;
    display: inline;
  }
  #feedback-button {
    display: none;
  }
  .radio-group {
    width: 110%;
    min-height: 60px;
  }
  .radio-group > .btn:not(.dropdown-toggle) {
    border-radius: 5px !important;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
  }
  .contact-box {
    min-height: 100%;
  }
  .ad-image {
    max-width: 88vw;
    max-height: unset;
  }
  .image-holder a {
    max-width: unset;
    max-height: unset;
  }
  .secondary-images-container {
    margin-bottom: 20px;
    border-bottom: solid 1px #2061D2;
    height: 125px;
  }
  .single-images-area {
    border-right: unset;
  }
  .single-ad-image a {
    width: 100%;
  }
  .single-ad-image {
    width: 100%;
    border-right: none;
  }
  .main-image-container {
    height: 220px;
  }
  .gallery-nav {
    width: 35px;
    height: 35px;
  }
  .gallery-nav i {
    font-size: 14px;
  }
  .thumbnail-item {
    width: 55px;
    height: 45px;
  }
  #quick-boat-stats .col-2, #quick-boat-stats .col-1 {
    width: 100%;
    margin-left: 15px;
  }
  #single-page .third-party-section {
    margin-bottom: 10px;
  }
  .single-side-bar {
    display: none;
  }
  #amazon-stuff {
    width: 250px;
  }
  #google-stuff {
    display: inline-block;
    width: 100%;
  }
  #bid-amount-field {
    width: 60%;
  }
  #bid-button {
    width: 35%;
  }
  .private-message {
    width: 75%;
  }
  .send-message-button {
    width: 55%;
  }
  #userwarning {
    margin-left: 15px;
    margin-right: 15px;
  }
  .premium-outline .image-holder {
    border-right: unset;
  }
  #stripe-modal-content {
    width: 95%;
  }
  #cardholder-name, .StripeElement {
    width: 95%;
  }
  .large-page-container {
    padding: 0 10px;
  }
  .myads-table-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .myads-table-wrapper table {
    font-size: 0.9em;
  }
  .myads-table-wrapper th,
  .myads-table-wrapper td {
    padding: 8px 5px;
    font-size: 0.85em;
  }
  .myads-table-wrapper .sort-link {
    font-size: 0.9em;
  }
}
/****** SPINNERS ******/
.lds-dual-ring {
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  display: none;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: black transparent black;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/****** ADVERTS EXPLORER - MARKET ANALYSIS ******/
.market-section {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.market-section .panel-heading {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid #dee2e6;
  padding: 12px 15px;
  transition: background-color 0.2s ease;
}
.market-section .panel-heading:hover {
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}
.market-section .panel-title {
  font-size: 16px;
  font-weight: 600;
  color: #25314d;
  margin: 0;
}
.market-section .panel-title .glyphicon {
  color: #2061D2;
  margin-right: 10px;
}
.market-section .panel-title .pull-right {
  color: #6c757d;
  transition: transform 0.3s ease;
}
.market-section .panel-body {
  padding: 20px;
}
.market-section .panel-body h5 {
  color: #25314d;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #2061D2;
}
.market-section canvas {
  max-height: 250px;
}
.market-section .table {
  margin-bottom: 0;
}
.market-section .table thead th {
  background-color: #f8f9fa;
  border-bottom: 2px solid #2061D2;
  color: #25314d;
  font-weight: 600;
  font-size: 0.9em;
  white-space: nowrap;
}
.market-section .table tbody td {
  vertical-align: middle;
  font-size: 0.95em;
}
.market-section .table-condensed th, .market-section .table-condensed td {
  padding: 8px 10px;
}
.market-section .label {
  font-size: 0.85em;
  padding: 4px 8px;
  font-weight: 500;
}
.market-section .label-success {
  background-color: #28a745;
}
.market-section .label-warning {
  background-color: #ffc107;
  color: #212529;
}
.market-section .label-default {
  background-color: #6c757d;
}
.market-section .label-danger {
  background-color: #dc3545;
}

.market-section .panel-collapse.collapse:not(.in) + .panel-heading .pull-right {
  transform: rotate(-90deg);
}

.market-section-row {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .market-section .panel-body {
    padding: 15px;
  }
  .market-section .row > div {
    margin-bottom: 20px;
  }
  .market-section canvas {
    max-height: 200px;
  }
  .market-section .table-responsive {
    border: none;
  }
  .market-section .table {
    font-size: 0.85em;
  }
  .market-section .table th, .market-section .table td {
    padding: 6px 8px;
  }
  .market-section-row {
    margin-top: 15px;
  }
}
.stat-card {
  background: linear-gradient(135deg, #2061D2 0%, rgb(21.8842975207, 66.3367768595, 143.6157024793) 100%);
  color: white;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.stat-card .stat-value {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 5px;
}
.stat-card .stat-label {
  font-size: 0.9em;
  opacity: 0.9;
}

.liquidity-high {
  color: #28a745;
  font-weight: 600;
}

.liquidity-medium {
  color: #ffc107;
  font-weight: 600;
}

.liquidity-low {
  color: #dc3545;
  font-weight: 600;
}

.package-card {
  border: 2px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  background: white;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.package-card.featured {
  border-color: #5cb85c;
  position: relative;
}

.package-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #5cb85c;
  color: white;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0 0 8px 8px;
}

.package-header {
  padding: 25px 20px;
  text-align: center;
  color: white;
}
.package-header h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: bold;
}

.bronze-header {
  background: linear-gradient(135deg, #8B5A2B 0%, #CD853F 100%);
}

.silver-header {
  background: linear-gradient(135deg, #5f6368 0%, #9aa0a6 100%);
}

.gold-header {
  background: linear-gradient(135deg, #B8860B 0%, #DAA520 100%);
}

.package-price {
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
.package-price span {
  font-size: 18px;
  font-weight: normal;
}

.package-billing {
  font-size: 14px;
  opacity: 0.9;
  margin-top: 5px;
}

.package-body {
  padding: 25px 20px;
}

.package-description {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}

.package-limited {
  color: #d9534f;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 10px;
}

.package-card .package-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.package-card .package-features li {
  padding: 8px 0 8px 25px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}
.package-card .package-features li:last-child {
  border-bottom: none;
}
.package-card .package-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #5cb85c;
  font-weight: bold;
}

.retailer-package {
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
}
.retailer-package:hover {
  border-color: #5cb85c;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.retailer-package h3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
}
.retailer-package .price {
  font-size: 24px;
  color: #5cb85c;
  margin-bottom: 5px;
}
.retailer-package .billing {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.retailer-package .limited-text {
  font-size: 12px;
  color: #d9534f;
  margin-bottom: 10px;
}
.retailer-package .package-features {
  list-style: none;
  padding-left: 0;
  text-align: left;
  margin-bottom: 15px;
}
.retailer-package .package-features li {
  padding: 5px 0;
  padding-left: 20px;
  position: relative;
}
.retailer-package .package-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #5cb85c;
  font-weight: bold;
}
.retailer-package .package-features ul {
  list-style: none;
  padding-left: 20px;
  margin-top: 5px;
}
.retailer-package .package-features ul li:before {
  content: "•";
  color: #666;
}
.retailer-package .popular-badge {
  background-color: #5cb85c;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}

#retailer-upgrade-modal .retailer-package.selected-package {
  border-color: #5cb85c;
  background-color: #f0fff0 !important;
  color: #333 !important;
  box-shadow: 0 0 10px rgba(92, 184, 92, 0.3);
}
#retailer-upgrade-modal .retailer-package.selected-package h3, #retailer-upgrade-modal .retailer-package.selected-package p, #retailer-upgrade-modal .retailer-package.selected-package li, #retailer-upgrade-modal .retailer-package.selected-package label {
  color: #333 !important;
}
#retailer-upgrade-modal .retailer-package.selected-package .price {
  color: #5cb85c !important;
}
#retailer-upgrade-modal .retailer-package.selected-package .billing {
  color: #666 !important;
}

/*** Articles Page Styles ***/
.articles-hero {
  background: #2061D2 !important;
  padding: 60px 0 50px;
  margin-top: -20px;
  margin-bottom: 40px;
  opacity: 0.925;
}

.articles-hero-title {
  color: white;
  font-size: 2.8em;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.articles-hero-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2em;
  margin-bottom: 0;
}

.articles-content {
  padding-bottom: 60px;
}
.articles-content > .row {
  display: flex;
  flex-wrap: wrap;
}
.articles-content > .row > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.article-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 12px;
  padding: 28px;
  margin-bottom: 30px;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #eef2f7;
  transition: all 0.25s ease;
  flex: 1;
}
.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(32, 97, 210, 0.15);
  border-color: #2061D2;
  text-decoration: none;
}
.article-card:hover .article-card-link {
  color: #2061D2;
}
.article-card:hover .article-card-link i {
  transform: translateX(4px);
}

.article-card-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgb(177.3347107438, 201.3739669421, 243.1652892562) 0%, rgb(146.3553719008, 179.9834710744, 238.4446280992) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.article-card-icon i {
  font-size: 24px;
  color: #2061D2;
}

.article-card-category {
  display: inline-block;
  background: #f0f4f8;
  color: #5a6c7d;
  font-size: 0.72em;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.article-card-title {
  color: #25314d;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 12px;
}

.article-card-excerpt {
  color: #6b7c93;
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

.article-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #eef2f7;
  margin-top: auto;
}

.article-card-read-time {
  color: #9aa5b1;
  font-size: 0.8em;
}
.article-card-read-time i {
  margin-right: 4px;
}

.article-card-link {
  color: #9aa5b1;
  font-size: 0.85em;
  font-weight: 600;
  transition: color 0.2s ease;
}
.article-card-link i {
  transition: transform 0.2s ease;
  margin-left: 4px;
}

.articles-cta {
  margin-top: 40px;
  padding: 50px 40px;
  background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
  border-radius: 16px;
}
.articles-cta h3 {
  color: #25314d;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.articles-cta p {
  color: #6b7c93;
  margin-bottom: 25px;
}

.articles-cta-btn {
  background: #2061D2;
  border: none;
  padding: 14px 32px;
  font-size: 1em;
  font-weight: 600;
  border-radius: 8px;
}
.articles-cta-btn:hover {
  background: rgb(26.6049586777, 80.6462809917, 174.5950413223);
}

/*** Single Article Styles ***/
.article-header {
  background: #2061D2 !important;
  padding: 60px 0 50px;
  margin-top: -20px;
  margin-bottom: 40px;
  opacity: 0.925;
}

.article-back-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9em;
  margin-bottom: 25px;
  transition: color 0.2s ease;
}
.article-back-link:hover {
  color: white;
  text-decoration: none;
}
.article-back-link i {
  margin-right: 6px;
}

.article-category-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 0.75em;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.article-title {
  color: white;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.article-meta {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9em;
}
.article-meta i {
  margin-right: 6px;
}

.article-body {
  background: white;
  padding: 50px;
  border-radius: 16px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  margin-top: -30px;
  position: relative;
}
.article-body h2 {
  color: #25314d;
  font-size: 1.6em;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 18px;
}
.article-body h2:first-child {
  margin-top: 0;
}
.article-body h3 {
  color: #25314d;
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 14px;
}
.article-body p {
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 18px;
}
.article-body ul, .article-body ol {
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-left: 24px;
}
.article-body ul li, .article-body ol li {
  margin-bottom: 10px;
}
.article-body strong {
  color: #25314d;
}
.article-body .article-disclaimer {
  background: linear-gradient(135deg, #fff8e6 0%, #fff3d4 100%);
  border-left: 4px solid #f5a623;
  padding: 20px 25px;
  margin-bottom: 30px;
  border-radius: 0 8px 8px 0;
}
.article-body .article-disclaimer p {
  color: #7a5a00;
  margin-bottom: 0;
  font-size: 0.9em;
}
.article-body .article-disclaimer p strong {
  color: #8a6500;
}
.article-body .pricing-table-wrapper {
  overflow-x: auto;
  margin: 25px 0 35px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.article-body .pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  font-size: 0.95em;
}
.article-body .pricing-table thead {
  background: linear-gradient(135deg, #2061D2 0%, rgb(25.2561983471, 76.5578512397, 165.7438016529) 100%);
}
.article-body .pricing-table thead th {
  color: white;
  font-weight: 600;
  padding: 16px 20px;
  text-align: left;
  white-space: nowrap;
}
.article-body .pricing-table thead th:first-child {
  border-radius: 12px 0 0 0;
}
.article-body .pricing-table thead th:last-child {
  border-radius: 0 12px 0 0;
}
.article-body .pricing-table tbody tr {
  border-bottom: 1px solid #eef2f7;
  transition: background-color 0.15s ease;
}
.article-body .pricing-table tbody tr:hover {
  background-color: #f8fafc;
}
.article-body .pricing-table tbody tr:last-child {
  border-bottom: none;
}
.article-body .pricing-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
.article-body .pricing-table tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.article-body .pricing-table tbody td {
  padding: 14px 20px;
  color: #4a5568;
}
.article-body .pricing-table tbody td strong {
  color: #25314d;
}
.article-body .pricing-updated {
  text-align: center;
  color: #9aa5b1 !important;
  font-size: 0.85em !important;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eef2f7;
}
.article-body .pricing-table-condition th, .article-body .pricing-table-condition td {
  text-align: center;
}
.article-body .pricing-table-condition th:first-child, .article-body .pricing-table-condition td:first-child {
  text-align: left;
}
.article-body .pricing-table-condition .listing-count {
  color: #9aa5b1;
  font-size: 0.8em;
  font-weight: normal;
}
.article-body .pricing-table-condition .no-data {
  color: #cbd5e0;
}
.article-body .table-note {
  text-align: center;
  color: #9aa5b1 !important;
  font-size: 0.85em !important;
  margin-top: -20px;
  margin-bottom: 35px;
}

.article-share {
  text-align: center;
  padding: 35px;
  background: #f8fafc;
  border-radius: 12px;
  margin-bottom: 60px;
}
.article-share p {
  color: #6b7c93;
  margin-bottom: 18px;
}

.article-share-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.btn-share {
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9em;
}
.btn-share i {
  margin-right: 6px;
}

.btn-twitter {
  background: #1da1f2;
  color: white;
  border: none;
}
.btn-twitter:hover {
  background: rgb(12.5213389121, 139.6610878661, 217.6786610879);
  color: white;
}

.btn-facebook {
  background: #4267b2;
  color: white;
  border: none;
}
.btn-facebook:hover {
  background: rgb(54.9639344262, 85.7770491803, 148.2360655738);
  color: white;
}

.related-articles {
  padding-top: 40px;
  border-top: 1px solid #eef2f7;
}
.related-articles h3 {
  color: #25314d;
  font-size: 1.4em;
  margin-bottom: 30px;
  text-align: center;
}

.related-article-card {
  display: block;
  background: white;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
  text-decoration: none;
  border: 1px solid #eef2f7;
  transition: all 0.2s ease;
}
.related-article-card:hover {
  border-color: #2061D2;
  box-shadow: 0 4px 15px rgba(32, 97, 210, 0.1);
  text-decoration: none;
}
.related-article-card:hover .related-article-link {
  color: #2061D2;
}
.related-article-card h4 {
  color: #25314d;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}

.related-article-category {
  display: inline-block;
  background: #f0f4f8;
  color: #5a6c7d;
  font-size: 0.65em;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.related-article-link {
  color: #9aa5b1;
  font-size: 0.85em;
  font-weight: 600;
}
.related-article-link i {
  margin-left: 4px;
}

@media (max-width: 768px) {
  .articles-hero {
    padding: 40px 0 35px;
  }
  .articles-hero-title {
    font-size: 2em;
  }
  .article-title {
    font-size: 1.8em;
  }
  .article-body {
    padding: 30px 25px;
  }
  .article-card {
    margin-bottom: 20px;
  }
}
.more-from-seller-section {
  margin-top: 40px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.more-from-seller-title {
  font-size: 1.2em;
  font-weight: 600;
  color: #25314d;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #2061D2;
  display: inline-block;
}

.more-from-seller-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .more-from-seller-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .more-from-seller-grid {
    grid-template-columns: 1fr;
  }
}

.seller-ad-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  display: block;
}
.seller-ad-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.seller-ad-image {
  width: 100%;
  margin: auto;
  height: 200px;
  overflow: hidden;
  background: #f0f4f8;
}
.seller-ad-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.seller-ad-card:hover .seller-ad-image img {
  transform: scale(1.05);
}

.seller-ad-info {
  padding: 15px;
}
.seller-ad-info h4 {
  font-size: 0.85em;
  font-weight: 600;
  color: #25314d;
  margin: 0 0 8px 0;
  line-height: 1.3;
  height: 2.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.seller-ad-price {
  font-size: 1em;
  font-weight: 700;
  color: #2061D2;
  margin: 0 0 6px 0;
}

.seller-ad-location {
  font-size: 0.75em;
  color: #6b7280;
  margin: 0;
}
.seller-ad-location i {
  margin-right: 4px;
  color: #2061D2;
}

.multi-image-upload {
  margin-top: 60px;
  margin-bottom: 0px;
  text-align: center;
}

.upload-header {
  margin-bottom: 15px;
}
.upload-header h4 {
  font-size: 1.1em;
  font-weight: 600;
  color: #25314d;
  margin: 0 0 8px 0;
}

.upload-subtitle {
  font-size: 0.85em;
  color: #6b7280;
  margin: 0 0 8px 0;
}

.upload-limit {
  font-size: 0.85em;
  color: #25314d;
  margin: 0;
}
.upload-limit strong {
  color: #2061D2;
}

.premium-badge {
  display: inline-block;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: white;
  font-size: 0.7em;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.upload-dropzone {
  border: 2px dashed #d1d5db;
  border-radius: 12px;
  padding: 35px 20px;
  text-align: center;
  transition: all 0.2s ease;
  background: #f9fafb;
  cursor: pointer;
}
.upload-dropzone:hover {
  border-color: #2061D2;
  background: #f0f7ff;
}
.upload-dropzone.dragover {
  border-color: #2061D2;
  background: #e6f0ff;
  border-style: solid;
}
.upload-dropzone.max-reached {
  opacity: 0.6;
  pointer-events: none;
}
.upload-dropzone.max-reached .dropzone-text {
  color: #9ca3af;
}

.dropzone-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.dropzone-icon {
  font-size: 2.5em;
  color: #2061D2;
  opacity: 0.7;
}

.dropzone-text {
  font-size: 1em;
  font-weight: 500;
  color: #25314d;
  margin: 0;
}

.dropzone-subtext {
  font-size: 0.85em;
  color: #9ca3af;
  margin: 0;
}

.dropzone-browse-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #2061D2;
  color: white;
  font-size: 0.9em;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.dropzone-browse-btn:hover {
  background: rgb(26.6049586777, 80.6462809917, 174.5950413223);
}

.dropzone-input {
  display: none !important;
}

.dropzone-help {
  font-size: 0.75em;
  color: #9ca3af;
  margin: 5px 0 0 0;
}

.image-preview-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
  margin-top: 20px;
  min-height: 0;
}
.image-preview-container:empty {
  display: none;
}

.image-preview-item {
  position: relative;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  background: #f3f4f6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.image-preview-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-preview-item.uploading .image-preview-overlay {
  opacity: 0;
}
.image-preview-item.uploading .upload-spinner {
  display: flex;
}

.upload-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}
.upload-spinner i {
  font-size: 1.5em;
  color: #2061D2;
}

.image-preview-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px;
}
.image-preview-item:hover .image-preview-overlay {
  opacity: 1;
}

.image-number {
  background: rgba(255, 255, 255, 0.9);
  color: #25314d;
  font-size: 0.75em;
  font-weight: 600;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.remove-image-btn {
  background: rgba(239, 68, 68, 0.9);
  color: white;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  transition: background 0.2s ease;
}
.remove-image-btn:hover {
  background: #dc2626;
}

.upload-counter {
  margin-top: 10px;
  font-size: 0.85em;
  color: #6b7280;
}

.upload-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 0.85em;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  animation: slideIn 0.3s ease;
}
.upload-error.fade-out {
  animation: fadeOut 0.3s ease forwards;
}
.upload-error i {
  font-size: 1.1em;
}

.uploading-message {
  background: #fef3c7;
  border: 1px solid #fcd34d;
  color: #92400e;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 0.9em;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  animation: slideIn 0.3s ease;
}
.uploading-message i {
  font-size: 1.1em;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 576px) {
  .upload-dropzone {
    padding: 25px 15px;
  }
  .dropzone-icon {
    font-size: 2em;
  }
  .image-preview-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
/*** Scraped Boat Adverts ***/
.scraped-boat-advert {
  padding: 15px;
  border: 2px solid lightblue;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 10px;
}

.scraped-boat-advert h3 {
  margin-top: 0.25rem;
  font-size: 1.8rem;
  color: #25314d;
}

.scraped-boat-card {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 10px;
  text-align: left;
}

.scraped-boat-card h4 {
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 5px;
  color: #25314d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scraped-boat-price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2061D2;
  margin-bottom: 5px;
}

.scraped-boat-detail {
  font-size: 1.25rem;
  margin-bottom: 2px;
  color: #555;
}

.scraped-boat-view-more {
  display: inline-block;
  margin-top: 10px;
}
