@charset "utf-8";

/* BackToTop button css */
#scroll {
    position:fixed;
    /*right:10px;
    bottom:10px;*/
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#919599;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	z-index: 99;
	
	position: absolute;
    top: 91.5vh;
    right: 10px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#434547;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/* END BackToTop button css */


/* The Modal (background) */
.modal {
  /*display: none;  Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  padding-top: 4px; /* Location of the box */
  padding-bottom:4px;
  padding-left:2px;
  padding-right:2px;
  max-width:150px;
  margin-left: 25px;
  width: 35%; /* Full width */
  /*height: 12%;  Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 5px;
  border: 1px solid #888;
  width: 87%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 22px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}




body {
      font-family: "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
      margin: 0;
      background: #fff;
      color: #111;
    }
    a { text-decoration: none; color: inherit!important; }

    

    /* Header */
    .nav-bar {
      background: linear-gradient(180deg, #FFF8DA 0%, #FFEDCC 100%);
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      padding: 10px 12px;
      border-bottom: 0px solid #f2e2b8;
      flex-wrap: nowrap;
      gap: 8px;
    }

    .wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px; /* 16â€“32px works well depending on breakpoints */
  box-sizing: border-box;
}

    .nav-item {
      flex: 0 0 9%;
      max-width: 150px;
      min-width: 110px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      row-gap: 6px;
      text-align: center;
      font-size: 13px;
      color: #000;
      cursor: pointer;
      padding: 6px 4px;
      transition: transform 0.2s ease, color 0.2s ease;
      cursor: pointer;
  -webkit-tap-highlight-color: transparent;
    }
    

    .nav-item:hover,
    .nav-item.active,
    .nav-item:focus-within {
      background: linear-gradient(180deg, #ffffff 0%, #fdf6e3 100%);
      border-radius: 14px;
      box-shadow:
        0 4px 8px rgba(0,0,0,0.08),
        inset 0 2px 4px rgba(255,255,255,0.8);
      transform: translateY(-2px);
      color: #000;
      font-weight: 600;
      transition: all 0.25s ease;
    }

    .nav-item:hover i,
    .nav-item.active i {
      color: #000;
      filter: drop-shadow(0 1px 0 rgba(255,255,255,0.8));
    }

    .nav-item:hover::after,
    .nav-item.active::after {
      display: none; /* remove underline now that we have a tile highlight */
    }

    /* Normalize icon box so FA and SVG images align perfectly */
    .nav-item i,
    .nav-item img.nav-icon {
      display: inline-block;
      width: 32px;
      height: 32px;
      line-height: 32px;        /* centers font-awesome glyphs vertically */
      font-size: 28px;          /* FA icon visual size */
      margin: 0 auto 0;
      vertical-align: middle;
    }

    /* Ensure text never pushes icon off baseline */
    .nav-item br { line-height: 1.15; }

    /* HERO AREA */
  .hero {
position: relative;
background: url('https://imgcache.clasificadosonline.com/UDClasMedia/Template25/col-pattern.png') repeat center top;
background-size: cover;
border-top: 0px solid #f2f2f2;
padding: 10px 0 30px;
text-align: center;
/*overflow-x: hidden;*/
border-bottom: 1px solid #eee;
}
    .hero h2 {
      font-family: "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
      font-size: 50px;
      font-style: italic;
      font-weight: 900;
      text-align: center;
      margin-bottom: 28px;
      color: #000;
      letter-spacing: -2px;
    }
    .hero.cat  h2 {
      font-family: "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
      font-size: 50px;
      font-style: normal;
      font-weight: 900;
      text-align: center;
      margin-bottom: 28px;
      color: #000;
      letter-spacing: -2px;
    }
    .hero h2 span {
      color: #e63a2e;
      font-style: italic;
    }
    .hero.cat h2 span {
      color: #e63a2e;
      font-style: normal;
    }

    /* Search */
    .search-bar {
	  width: 340px;
      display: inline-block;
      align-items: stretch;
      justify-content: center;
      background: transparent;
      max-width: 900px;
      margin: 0 auto;
      position: relative;
	  padding: 10px;
    }

    .search-bar::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
      border: 1px solid #C3C3C3;
      border-radius: 6px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.06);
      z-index: 0;
    }

    .search-bar * {
      position: relative;
      z-index: 1;
    }

    .search-inner {
      display: flex;
      flex: 1;
      background: none;
      border-radius: 50px;
      overflow: hidden;
    }
    .search-group {
      position: relative;
      display: flex;
      align-items: center;
      flex: 1;
	  margin: 0 auto 10px auto;
    }
    .search-group i {
      position: absolute;
      left: 35px;
      top: 50%;
      transform: translateY(-50%);
      color: #888;
      font-size: 16px;
    }
    .search-group input {
      width: 90%;
      /* min-width: 340px; */
      padding: 5px 10px 5px 46px;
	  border: 1px solid #C3C3C3;
      outline: none;
      font-size: 15px;
      border-radius: 5px;
      color: #000;
      background: transparent;
	  border-radius: 5px;
	  margin: 0 auto;
    }
    .search-group input::placeholder {
      color: #888;
      font-weight: 400;
    }
    .dropdown {
      position: relative;
    }
  .dropdown-btn {
border: none;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
background: #fafafa;
padding: 14px 28px;
font-size: 15px;
color: #444;
display: flex;
align-items: center;
gap: 5px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
    .dropdown-menu {
      display: none;
      position: absolute;
      top: 45px;
      left: 0;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      width: 180px;
      z-index: 5;
    }
    .dropdown-menu.active {
      display: block;
    }
    .dropdown-item {
      padding: 10px 15px;
      cursor: pointer;
      transition: background 0.2s;
    }
    .dropdown-item:hover {
      background: #f5f5f5;
    }
    .search-bar .button {
      background: #0047ff;
      color: #fff;
      border: none;
      padding: 5px 20px;
      font-weight: 600;
      font-size: 15px;
      border-radius: 50px;
      margin-bottom: 10px;
      z-index: 0;
      cursor: pointer;
      text-transform: uppercase;
      transition: background 0.25s ease;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    }
    .search-bar button:hover {
      background: #0036cc;
    }

    /* Actions */
    .actions {
      margin: 30px auto;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px;
      max-width: 900px;
    }
    .action-btn {
      background: #f4f4f4;
      color: #1a4cff;
      font-weight: 600;
      border: none;
      border-radius: 8px;
      padding: 18px 28px;
      min-width: 200px;
      text-align: center;
      cursor: pointer;
      transition: background 0.2s ease;
    }
    .action-btn:hover {
      background: #1a4cff;
      color: #fff;
    }

    /* Products */
    .section-title {
      max-width: 1200px;
      margin: 20px auto 10px;
      font-weight: 700;
      padding: 0 20px;
    }
    .product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
      gap: 15px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 10px 20px 40px;
    }
    .product-card {
      border: 1px solid #eee;
      border-radius: 10px;
      padding: 10px;
      text-align: center;
      background: #fff;
      transition: all 0.2s ease;
    }
    .product-card:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
    .product-card img {
      width: 100%;
      border-radius: 8px;
      height: 120px;
      object-fit: cover;
      background: #f5f5f5;
    }
    .product-card h4 {
      font-size: 13px;
      margin: 10px 0 5px;
      font-weight: 600;
    }
    .product-card p {
      font-size: 13px;
      color: #555;
    }

    /* Banners */
    .banner {
      text-align: center;
      margin: 30px auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 14px;
    }
    .banner img {
      width: 100%;
      max-width: 970px;
      height: auto;
      border-radius: 4px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }
    .banner small {
      color: #1a4cff;
      font-size: 13px;
      margin-top: 4px;
      cursor: pointer;
      transition: opacity 0.2s ease;
    }
    .banner small:hover {
      opacity: 0.7;
    }

    /* Footer */
    .footer {
      text-align: center;
      font-size: 13px;
      padding: 40px 0;
      color: #666;
      border-top: 1px solid #eee;
    }

    @media (max-width: 768px) {
      .nav-item { width: 70px; font-size: 12px; }
      .search-group input { width: 220px; }
      .dropdown-btn { padding: 10px 16px; font-size: 14px; }
      .action-btn { min-width: 140px; padding: 14px; font-size: 14px; }
    }

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 8px 24px;
}
header img { height: 40px; }
header .right { display: flex; align-items: center; gap: 16px; }
header button { background: #e02424; color: white; padding: 8px 16px; border-radius: 6px; border: none; }
/* Top Header */
.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 10px 24px;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 100;
  justify-content: space-between;
  gap: 20px;
}

.top-header img {
  height: 42px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: nowrap;
}

.lang {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  margin-top: 1px; /* minor tweak */
}

.lang img {
  height: 16px;
  width: auto;
  border-radius: 2px;
  object-fit: contain;
}

/* RIGHT */
.publish-btn {
  background: #e02424;
  color: white;
  border: none;
  padding: 7px 17px; /* reduced slightly */
  border-radius: 6px;
  font-weight: 700; /* stronger weight */
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s ease;
  font-family: "Arial";
}

.publish-btn:hover {
  background: #c91f1f;
}

.user {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.user:hover {
  color: #e02424;
}

.advertise {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: color 0.2s ease;
  background: #f2f2f2;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 11px 17px;
  border-radius: 25px;
}

.advertise:hover {
  background: #c9c9c9;
  padding: 11px 5px;
  border-radius: 25px;
}
						
.menu-btn {
  background: none;
  border: none;
  font-size: 22px;
  color: #444;
  cursor: pointer;
  transition: color 0.2s ease;
}

.menu-btn span i {
    font-size: 22px!important;
	color: #444!important;
}
.menu-btn span i:hover {
    color: #e02424!important;
}


.header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-left img {
  height: 30px;
}

.top-banner {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
}
.top-banner img {
  width: 458px;
  height: 58px;
  object-fit: contain;
  display: block;
}

button, .nav-item {
  transition: all 0.15s ease-in-out;
}

/* LEFT */
.lang {
display: flex;
align-items: center;
gap: 6px;
font-size: 14px;
color: #333;
cursor: pointer;
margin-top: 1px;
border: 1px solid #ddd;
border-radius: 10px;
padding: 8px 10px;
}

.lang img {
  height: 16px;
  width: auto;
  border-radius: 2px;
  object-fit: contain;
}

/* Banners */
.banner {
  text-align: center;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.banner img {
  width: 100%;
  max-width: 970px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.banner small {
  color: #1a4cff;
  font-size: 13px;
  margin-top: 4px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.banner small:hover {
  opacity: 0.7;
}

.subnav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  background: #fff7e3;
  border-bottom: 1px solid #f1e0b0;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
}
.subnav a {
  color: #333;
  text-decoration: none;
}
.subnav a:hover {
  color: #d12b2b;
}
/* Ensure hero content appears above pattern */
.hero * {
  position: relative;
  z-index: 1;
}

/* HEADER FINE-TUNE */
.lang {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  margin-top: 1px; /* minor tweak */
}

.publish-btn {
background: #f62804;
color: white;
border: none;
padding: 10px 17px;
border-radius: 25px;
font-weight: 700;
font-size: 14px;
cursor: pointer;
display: flex;
align-items: center;
gap: 6px;
transition-property: background 0.2s font-feature-settings;
text-transform: uppercase;
}

/* --- FINAL NAV ICON ALIGNMENT FIX --- */

/* All icons share same baseline */
.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 6px 0;
  line-height: 1.15;
}

/* Unified icon box size */
.nav-item i,
.nav-item img.nav-icon {
  width: 36px;
  height: 36px;
  display: block;
  line-height: 36px;
  object-fit: contain;
  margin-bottom: 8px;
}

/* Slightly reduce text gap only for Bienes Raices items (two-line labels) */
.nav-bar .nav-item:nth-child(1) i,
.nav-bar .nav-item:nth-child(2) i,
.nav-bar .nav-item:nth-child(1) img.nav-icon,
.nav-bar .nav-item:nth-child(2) img.nav-icon {
  margin-bottom: 2px; /* brings labels closer to icons */
}

/* Keep two-line labels tight vertically */
.nav-item br {
  line-height: 1.05;
}
.nav-bar .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 8px;
}
.top-header {
  display: block; /* instead of flex */
  background: #fff;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.top-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
}
.publish-btn i {
font-size: 16px;
}
.nav-item {
  box-sizing: border-box;
  border: 1px solid transparent;
}

.nav-item:hover, .nav-item.active {
  background: rgba(255,255,255,.4);
  box-shadow:
    0 4px 10px 1px rgba(0,0,0,0.08),
    0 3px 3px rgba(255,140,70,.3),
    0 -4px 0px inset rgba(200,120,0,.1),
    0 4px 5px 0px inset #fff;
  border-radius: 12px;
  transform: translateY(-2px);
  color: #000;
  font-weight: 400;
  border-color: #fff;
}
.nav-bar .wrapper {
  display: flex;
  justify-content: center; /* centers as a fixed block */
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 0 24px;
}

.nav-bar .wrapper > .nav-item {
  flex: 0 1 auto; /* allows width to fit content naturally */
}

.popular-searches {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #111;
}
.popular-searches span {
  font-weight: 600;
}
.popular-searches .tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.popular-searches button {
  background: #f2f2f2;
  border: none;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 13px;
  color: #222;
  cursor: pointer;
  transition: all 0.2s ease;
}
.popular-searches button:hover {
  background: #1a4cff;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);

}
.search-group input::placeholder {
  color: #333;
  font-weight: 400;
}

/* Sub Navigation */
.subnav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  background: #FFFBEA;
  border-bottom: 1px solid #F8E7C7;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
}

.subnav a {
color: #222;
text-decoration: none;
transition: color 0.2s ease;
padding: 0 30px;
}

.subnav a:hover {
  color: #e63a2e;
}

.subnav.hidden {
  display: none;
}
/* Promo Cards Section */
.promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: -40px auto 20px;
  padding: 0 20px;
}

.promo-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.promo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}

.promo-card img {
  width: 100%;
  height: 140px;
  object-fit: none;
  border-radius: 12px 12px 0 0;
}

.promo-card a {
  display: block;
  text-align: center;
  /*padding: 12px;*/
  background: #fff;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0 0 12px 12px;
  transition: background 0.25s ease;
  margin: -5px 0 0 0;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center; 
  align-items: center;
}

.promo-card a:hover {
  background: #0036cc;
}

.colorGray {
	color: #666666!important;
	letter-spacing: -0.8px;
}
.showClasica {
display: inline-flex;
}
.showMobile {
display: none;
}
.tags div {
	background: #f2f2f2;
    border: none;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 13px;
    color: #222;
    cursor: pointer;
    transition: all 0.2s ease;
}
.popular-searches .tags div:hover {
    background: #1a4cff;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.flyout a {
  font-family: "Proxima Nova", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.showMobile {
display: none;
}
.mm-menu--opened {
z-index: 1;
}
#sizeNav { 
	width:160px;
}
#editableBody {
	width:960px;
}
.count {
	display: none;
	position: relative; 
	top: -12px; 
	right: 16px;
}
.count div {
	border-radius: 50%;
	background-color: #16a34a;
	color: #ffffff;
	padding: 0.7em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.count div span {
  height: 0;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.count div:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.user a {
	display: contents;
}
.publish-btn i, .advertise i , .user i{
	margin: 0 2px;
}
@media screen and (min-width: 1001px) {
	.header-left
	{
		gap: 5px;
	}
	.top-header .wrapper {
		gap: 5px;
	}
	.header-right {
		gap: 5px;
	}
	.publish-btn, .advertise , .user {
		font-size: 12px;
		padding: 10px 5px;
	}
}
@media screen and (max-width:1000px){
	.nav-bar {
	display: inline-block;
	}
	.top-header {
	display: inline-block;
	width: 100%;
	}
	.showClasica {
	display: none;
	}
	.mm-menu {
	 display: none;
	}
	.showMobile {
	display: block;
	}
	.nav-item {
        min-width: 70px;
    }
	.top-header .wrapper {
		padding: 0 10px;
    	gap: 0;
	}
	.top-banner {
		display: none;
	}
	.header-right {
		gap: 2px;
	}
	.publish-btn a span, .advertise a span {
		display: none;
	}
	.publish-btn i, .advertise {
		font-size: 24px;
	}
	.user, .showMobile {
		font-size: 20px;
	}
	.header-left img {
		height: 40px;
	}
	.lang img {
		height: 20px;
	}
	.count div span {
		font-size: 18px;
	}
	.count {
		right: 3px;
	}
}

@media (min-width: 1200px) {
	#sizeNav { 
		width: 200px;
	}
	#editableBody {
		width: 960px;
	}
	#mainTableEditable {
		width: 960px;
	}
}

@media (min-width: 2200px) {
	#sizeNav { 
		width: 200px;
	}
	#editableBody {
		width: 1460px;
	}
	#mainTableEditable {
		width: 1460px;
	}
}

@media (min-width: 1001px) and (max-width: 1060px) {
	.top-banner {
		max-width: 35%;
	}
	.nav-item {
		min-width: 86px;
		font-size: 10px;
	}
	.nav-bar .wrapper {
		max-width: 1150px;
		gap: 2px;
	}
	.nav-bar .wrapper {
		padding: 0 5px;
	}
}
@media (min-width: 1060px) and (max-width: 1270px) {
	.nav-item {
		min-width: 90px;
	}
	.nav-bar {
		padding: 0 5px;
	}
	.wrapper {
		gap: 1px;
		padding: 0 5px;
	}
	.nav-bar .wrapper {
		padding: 0 5px;
		gap: 4px;
	}
}
@media (min-width: 1270px) and (max-width: 1349px) {
	.nav-item {
		min-width: 100px;
	}
}
@media screen and (max-height: 1001px) and (orientation: portrait) {
	.nav-bar {
		width: 165vw;
		padding: 10px 0px;
	}
	.page {
		width: 165vw;
	}
	.nav-item {
		min-width: 80px;
	}
}
@media only screen and (min-width: 1001px) and (max-width: 1285px) {
	.publish-btn a span, .advertise a span {
		display: none;
	}
	.user a i {
		display: none;
	}
	.publish-btn, .advertise, .advertise:hover {
		padding: 10px 10px;
	}
	.publish-btn i, .advertise {
		font-size: 16px;
	}
	.header-right {
		gap: 10px;
	}
}