*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  user-select: none;
}
:root {
  --red: transparent; 
}
img,a {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none; /* Safari */
}
.renderPageFullWight {
  width: 100%;
  background: transparent;
  font-family: 'Roboto', Arial, sans-serif;
  border: 1px solid var(--red);
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;       
  margin: 0;                     
}
.innerPageFullWight{
  width: 100%;
  max-width: 1000px;
  margin: auto;
  background: #ffffff;
  font-family: 'Roboto', Arial, sans-serif;
  border-radius: 12px;
  border: 1px solid #E6E8EB;
  padding: 15px 18px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  box-sizing: border-box;       
  display: block;
}
.ad-label-full-wight {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-family: 'Roboto', Arial, sans-serif;
  color: #5f6368;
  background: #f1f3f4;
  padding: 5px  5px;
  border-radius: 100px;
  border: 1px solid #e8eaed;
  margin-bottom: 8px;
}
.ad-label-full-wight b {
  font-size: 0.3rem;
  color: #fff;
  background: #4285F4;
  padding: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.ad-placeholder-full-wight {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 100%;
}
.ad-icon-full-wight {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  background: transparent;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  justify-content: center;
  border: 1px solid #E0E2E5;
  flex-shrink: 0;
}
.ad-icon-full-wight img {
  height: 100%;
  border-radius: 8px;
  width: 100%;
  object-fit: contain;
}
.ad-icon-full-wight img[src=""],
.ad-icon-full-wight img[src="#"] {
  opacity: 0;
}
.ad-icon-full-wight::before {
  content: '';
  height: 60px;
  width: 60px;
  background-image: url(icon/photo.png);
  background-size: 100% 90%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: color 0.25s ease, transform 0.25s ease;
}
.ad-icon-full-wight.has-image::before {
  display: none;
}
.ad-text-full-wight {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: 'Roboto', Arial, sans-serif;
  max-width: 100%;
}
.ad-headline-full-wight {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1a0dab !important;
  line-height: 1.3;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;        
  -webkit-box-orient: vertical;
  font-family: 'Roboto', Arial, sans-serif;
  letter-spacing: 0.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.ad-headline-full-wight:hover {
  text-decoration: underline;
  color: #1E2BE2 !important;
}
.ad-display-url-full-wight {
  font-size: 0.7rem;
  color: #202124;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'Roboto', Arial, sans-serif;
  text-overflow: ellipsis;
  max-width: 100%;
}
.ad-web-link-full-wight {
  color: #1E2BE2 !important;
  font-family: 'Roboto', Arial, sans-serif;
  text-decoration:  none !important;
  text-transform: lowercase !important;
}
.ad-web-link-full-wight:hover{
  color: #1E2BE2 !important;
}
.ad-rating-full-wight {
  display: flex;
  align-items: center;
  gap: 10px;
}
.stars-full-wight {
  color: #f4b400; 
  font-size: 12px;
}
.rating-count-full-wight {
  font-size: 12px;
  color: #70757a;
  font-weight: bold;
}
.ad-description-full-wight {
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  color: #717175 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;        
  -webkit-box-orient: vertical;
  letter-spacing: 0.2px;
  overflow: hidden;
  font-family: 'Roboto', Arial, sans-serif;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: 400 !important;
  white-space: normal;         
  margin-top: 2px;
}
.ad-description-full-wight strong{
  font-size: 0.8rem !important;
}
.ad-cta-full-wight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #1a73e8;
  color: #ffffff !important;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 17px;
  border-radius: 25px;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.2px;
  border: none;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.ad-cta-full-wight:hover {
  background-color: #2F82F0 !important;
  box-shadow: 0 0 20px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.1);
  text-decoration: none;
}
.ad-cta-full-wight:active {
  background-color: #2F82F0 !important;
  transform: translateY(1px);
}
.ad-cta-full-wight b {
  transition: transform 0.2s ease;
}
.ad-cta-full-wight:hover b {
  transform: translateX(5px);
}





/*Full Page Banner Ads Page*/
.renderPageFullBanner {
  width: 100%;
  background: transparent;
  border: 1px solid var(--red);
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: 'Roboto', Arial, sans-serif;
}
.innerPageFullBanner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  background: transparent;
  border-radius: 12px;
  border: 1px solid #E6E8EB;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.ad-label-full-banner {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.50rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #5f6368;
  background: #f1f3f4;
  padding: 3px 7px;
  border-radius: 100px;
  border: 1px solid #e8eaed;
  margin-bottom: 10px;
  align-self: flex-start;
  flex-shrink: 0;
  z-index: 1;
}
.ad-label-full-banner b {
  font-size: 0.3rem;
  color: #fff;
  background: #686666;
  padding: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.ad-placeholder-full-banner {
  display: flex;
  gap: 16px;
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #f5f8fe 40%, #eef4fc 100%);
  border-radius: 10px;
  overflow: hidden;
  align-items: stretch;          
  min-height: 0;
}
.ad-icon-full-banner {
  flex: 0 0 200px;              
  width: 200px;
  background: transparent;
  display: flex;
  align-items: center;           
  justify-content: center;       
  position: relative;
  background: #fff;
  border-right: 1px solid #E0E2E5;
  overflow: hidden;
  flex-shrink: 0;
  min-height: 80px;              
}
.ad-icon-full-banner img {
  max-height: 80%;
  max-width: 80%;
  width: auto;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.ad-icon-full-banner::before {
  content: '';
  height: 100px;
  width: 100px;
  background-image: url(icon/photo.png);
  background-size: 100% 90%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: color 0.25s ease, transform 0.25s ease;
}
.ad-icon-full-banner.has-image::before {
  display: none;
}
.ad-text-full-banner {
  flex: 1;                     
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 100%;
  justify-content: center;       
  padding: 20px 20px 20px 5px;
  font-family: 'Roboto', Arial, sans-serif;
}
.ad-headline-full-banner {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1a0dab !important;
  line-height: 1.3;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.ad-headline-full-banner:hover {
  text-decoration: underline;
  color: #1E2BE2 !important;
}
.ad-display-url-full-banner {
  font-size: 0.7rem;
  color: #202124;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.ad-display-url-full-banner a.ad-web-link-full-banner {
  color: #1E2BE2 !important;
  text-decoration: none !important;
  text-transform: lowercase !important;
}
.ad-display-url-full-banner a.ad-web-link-full-banner:hover {
  color: #1E2BE2 !important;
}
.ad-rating-full-banner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.stars-full-banner {
  color: #EF2525;
  font-size: 12px;
}
.rating-count-full-banner {
  font-size: 12px;
  color: #70757a;
  font-weight: bold;
}
.ad-description-full-banner {
  font-size: 0.85rem !important;
  line-height: 1.6 !important;
  color: #717175 !important;
  font-weight: 400 !important;
  white-space: normal;
  margin-top: 2px;
  margin-bottom: 10px;
}
.ad-description-full-banner strong{
  font-size: 0.75rem !important;
}
.ad-cta-full-banner {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: transparent;
  color: #1a73e8 !important;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 10px 16px 10px 14px;
  letter-spacing: 0.02px;
  border-radius: 100px;
  text-decoration: none;
  border: 1px solid #1a73e8;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: auto;
  align-self: flex-start;
}
.ad-cta-full-banner:hover {
  background: rgba(26, 115, 232, 0.04);
  box-shadow: 0 2px 8px rgba(26, 115, 232, 0.15);
  text-decoration: none;
}
.ad-cta-full-banner:active {
  transform: scale(0.97);
}
.ad-cta-full-banner b {
  font-size: 0.65rem !important;
  transition: transform 0.2s ease;
}
.ad-cta-full-banner:hover b {
  transform: translateX(3px);
}







/*renderSidebarFullHeight*/
.renderSidebarFullHeight{
  height: 100%;
  min-height:600px;
  max-width: 270px;
  min-width: 270px;
  font-family: 'Roboto', Arial, sans-serif;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.innerSidebarFullHeight{
 background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
 border:1px solid #e6e9ef;
 border-radius:15px;
 padding-top: 20px;
}
.ad-badge-long{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-family: 'Roboto', Arial, sans-serif;
  color: #5f6368;
  background: #f1f3f4;
  padding: 3px 5px;
  border-radius: 100px;
  border: 1px solid #e8eaed;
  margin-bottom: 8px;
  width: 85px;
}
.ad-badge-long b {
 font-size: 0.35rem;
 color: #fff;
 background: #4285F4;
 padding: 2px;
 border-radius: 2px;
 overflow: hidden;
}
.banner-ads-long-img-box {
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  position: relative;
  background: transparent;
}
.banner-ads-long-img-box img  {
  height: 90%;
  width: 70%;
  border-radius: 10px !important;
}
.banner-ads-long-img-box img[src=""],
.banner-ads-long-img-box img[src="#"] {
  opacity: 0;
}
.banner-ads-long-img-box::before {
  content: '';
  height: 100px;
  width: 100px;
  background-image: url(icon/photo.png);
  background-size: 100% 90%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: color 0.25s ease, transform 0.25s ease;
}
.banner-ads-long-img-box.has-image::before {
  display: none;
}
.ad-content-placeholder-long{
  flex:1;
  padding:24px 15px;
  display:flex;
  flex-direction:column;
}
.my-new-badge{
  color: #fff;
  border-radius: 2px;
  display: block;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  background: #2B62DB;
  width: 22px;
  text-align: center;
  font-size:10px !important;
  color:#fff;
  margin-bottom:12px;
}
.ad-headline-long {
  font-size: 1.05rem;
  font-weight: 500;
  color: #1a0dab !important;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.35;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
  transition: color 0.15s ease;
}
.ad-headline-long:hover {
  color: #1C1EDF !important;
}
.ad-display-url-long{
 font-size: 0.7rem;
 font-weight: 400;
 white-space: nowrap;
 overflow: hidden;
 font-family: 'Roboto', Arial, sans-serif;
 text-overflow: ellipsis;
 max-width: 100%;
 color: #1B1D1D;
}
.ad-web-link-full-sidebar {
  color: #1E2BE2 !important;
  font-family: 'Roboto', Arial, sans-serif;
  text-decoration:  none !important;
  text-transform: lowercase !important;
}
.ad-web-link-full-sidebar:hover{
  color: #1E2BE2 !important;
}
.ad-rating-full-side {
  display: flex;
  align-items: center;
  gap: 10px;
}
.stars-full-side {
  color: #ED900E;
  font-size: 12px;
}
.rating-count-full-side {
  font-size: 12px;
  color: #70757a;
  font-weight: bold;
}
.ad-description-long {
  font-size: 12.5px;
  color: #7A7979;
  line-height: 1.5;
  margin: 5px 0 20px 0;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.ad-description-long strong{
  font-size: 12px !important;
}
.ad-feature-list-long{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  align-items: center;
  text-align: center;
  margin-bottom:30px;
}
.ad-feature-list-long span{
  background:#f1f5ff;
  color:#1a73e8;
  display: block;
  font-size:11px;
  font-weight:500;
  padding:0 8px;
  height: 25px;
  line-height: 25px;
  letter-spacing: 0.3px;
  border: 1px solid #EBEFF8;
  border-radius:30px;
}
.ad-feature-list-long span i  {
  font-size: 11px;
  font-weight: 800;
  margin-right: 3px;
  color: #1466D1 !important;
}
.ad-cta-long {
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  background: transparent;
  color: #1a73e8;
  font-weight: 400;
  font-size: 0.85rem;
  font-family: sans-serif;
  height: 37px;
  width: 100%;
  line-height: 37px;
  margin: auto;
  border-radius: 100px;
  text-decoration: none;
  border: 1px solid #1a73e8;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  box-shadow: 0 1px 3px rgba(26, 115, 232, 0.15);
  margin-top: auto;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}
.ad-cta-long b {
  font-size: 0.8rem !important;
  transition: transform 0.2s ease;
  margin-right: 7px;
  display: inline-flex;
}
.ad-cta-long:hover {
  box-shadow: 0 2px 12px rgba(26, 115, 232, 0.1);
  text-decoration: none;
}
.ad-cta-long:hover b {
  transform: translateX(3px);
}
.ad-cta-long:active {
  transform: scale(0.97);
  box-shadow: 0 1px 4px rgba(26, 115, 232, 0.2);
}





/*renderSidebarRectangle*/
.renderSidebarRectangle{
  height: 100%;
  min-height:300px;
  max-width: 270px;
  min-width: 270px;
  font-family: 'Roboto', Arial, sans-serif;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background: #ffffff;
  border: 1px solid #dadce0;
  border-radius:15px;
  padding-top: 20px;
}
.ad-badge-sidebar-rectangle{
  background:rgba(0,0,0,0.01);
  backdrop-filter:blur(12px);
  border:1px solid #ececec;
  font-family: Arial, sans-serif;
  border-radius:25px;
  width: 83px;
  display: inline-flex;
  margin-left: 10px;
  text-align: center;
  font-size: 0.5rem;
  padding: 3px 5px;
  gap: 5px;
  letter-spacing: 0.3px;
  font-weight:400;
  text-transform: uppercase;
  color:#666;
}
.ad-badge-sidebar-rectangle b {
  font-size: 0.35rem;
  color: #fff;
  background: #4285F4;
  padding: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.placeholder-sidebar-rectangle{
  flex:1;
  padding:10px 15px 20px 15px;
  display:flex;
  flex-direction:column;
}
.ad-headline-sidebar-rectangle {
  font-size: 1.05rem;
  font-weight: 500;
  color: #1a0dab !important;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.35;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
  transition: color 0.15s ease;
}
.ad-headline-sidebar-rectangle:hover {
  color: #1C1EDF !important;
}
.display-url-sidebar-rectangle{
 font-size: 0.7rem;
 font-weight: 400;
 white-space: nowrap;
 overflow: hidden;
 font-family: 'Roboto', Arial, sans-serif;
 text-overflow: ellipsis;
 max-width: 100%;
 color: #1B1D1D;
}
.ad-web-link-rect-sidebar {
  color: #1E2BE2 !important;
  font-family: 'Roboto', Arial, sans-serif;
  text-decoration:  none !important;
  text-transform: lowercase !important;
}
.ad-web-link-rect-sidebar:hover{
  color: #1E2BE2 !important;
}
.ad-rating-sidebar-rectangle {
  display: flex;
  align-items: center;
  gap: 10px;
}
.stars-sidebar-rectangle {
  color: #ED900E;
  font-size: 12px;
}
.rating-count-side-rectangle {
  font-size: 12px;
  color: #6C6E6D;
  font-weight: bold;
}
.description-side-rectangle {
  font-size: 12.5px;
  color: #7A7979;
  line-height: 1.5;
  margin: 5px 0 20px 0;
  font-family: Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.description-side-rectangle strong{
  font-size: 12px !important;
}
.ad-cta-sidebar-rectangle {
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  background-color: #f8f9fa;
  color: #3c4043;
  font-weight: 400;
  font-size: 0.85rem;
  font-family: sans-serif;
  height: 37px;
  width: 100%;
  line-height: 37px;
  margin: auto;
  border-radius: 100px;
  text-decoration: none;
  border: 1px solid #dadce0;
  transition: 0.2s all ease;
  margin-top: auto;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}
.ad-cta-sidebar-rectangle b {
  font-size: 0.8rem !important;
  transition: transform 0.2s ease;
  display: inline-flex;
  margin-right: 7px;
}
.ad-cta-sidebar-rectangle:hover {
  text-decoration: none;
  background: #f1f3f4;
  border-color: #bdc1c6;
}
.ad-cta-sidebar-rectangle:hover b {
  transform: translateX(3px);
}
.ad-cta-sidebar-rectangle:active {
  transform: scale(0.97);
}





/*renderMobileBanner*/
.renderMobileBanner {
  width: 100%;
  height: 70px;
  background: #ffffff;
  box-sizing: border-box;
  font-family: 'Google Sans', 'Roboto', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--red);
}
.my-ads-style-banner{
  margin: auto;
  max-width: 270px;
  min-width: 270px;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #dadce0;
  display: flex;
  margin-top: 15px;
  position: relative;
}
.banner-inner-mob {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 8px;
}
.my-ads-style-banner:before{
  content: 'Ad';
  position: absolute;
  top: -14px;
  left: 0;
  font-size: 0.35rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #9aa0a6;
  background: #f1f3f4;
  width: 20px;
  height: 10px;
  line-height: 10px;
  text-align: justify;
  margin-bottom: 3px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 10px;
  border: 1px solid #e8eaed;
}
.banner-icon-mob {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #e8f0fe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #1a73e8;
  border: 1px solid #d2e3fc;
  flex-shrink: 0;
  position: relative;
}
.banner-icon-mob img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: contain; 
  overflow: hidden;
}
.banner-icon-mob img[src=""],
.banner-icon-mob img[src="#"] {
  opacity: 0;
}
.banner-icon-mob::before {
  content: '';
  height: 20px;
  width: 20px;
  background-image: url(icon/photo.png);
  background-size: 100% 90%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: color 0.25s ease, transform 0.25s ease;
}
.banner-icon-mob.has-image::before {
  display: none;
}
.banner-text-mob {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.main-title-banner-mob {
  font-size: 11px;
  font-weight: 500;
  color: #202124;
  font-family: 'Google Sans', 'Roboto', Arial, sans-serif;
  line-height: 1.2;
  overflow: hidden;
  letter-spacing: 0.1px;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}
.sub-title-banner-mob {
  font-size: 8px;
  letter-spacing: 0.2px;
  color: #5f6368;
  line-height: 1.2;
  font-family: 'Google Sans', 'Roboto', Arial, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ads-btn-banner-mob {
  background-color: #1a73e8;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 500;
  font-family: 'Google Sans', 'Roboto', Arial, sans-serif;
  padding: 5px 10px;
  border-radius: 100px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
}
.ads-btn-banner-mob:hover {
  background-color: #1557b0 !important;
  box-shadow: 0 2px 8px rgba(26, 115, 232, 0.3);
  text-decoration: none;
}
.ads-btn-banner-mob:active {
  transform: scale(0.95);
}















@media (max-width: 480px) {
  .renderSidebarFullHeight, 
  .renderSidebarRectangle {
    max-width: 100% !important;
    min-width: 100% !important;
    min-height: auto !important;
  }
  .ad-headline-full-wight,
  .ad-headline-full-banner,
  .ad-headline-long,
  .ad-headline-sidebar-rectangle {
   -webkit-tap-highlight-color: transparent !important;
   outline: none !important;
   touch-action: manipulation !important;
   cursor: default !important;
   -webkit-line-clamp: unset;
   font-size: 1.1rem;
 }
 .ad-web-link-rect-sidebar,
 .ad-web-link-full-wight,
 .ad-web-link-full-banner,
 .ad-web-link-full-sidebar {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
  touch-action: manipulation !important;
  cursor: default !important;
  text-align: left !important;
}

.ad-description-long,
.description-side-rectangle,
.ad-description-full-banner,
.ad-description-full-wight {
  -webkit-line-clamp: unset;
  font-size: 0.8rem !important;
  text-align: left !important;
}
.ad-description-long strong,
.description-side-rectangle strong,
.ad-description-full-banner strong,
.ad-description-full-wight strong{
  font-size: 0.7rem !important;
}
.ad-cta-full-wight,
.ad-cta-full-banner,
.ad-cta-long,
.ad-cta-sidebar-rectangle {
  width: 100% !important;
  justify-content: center;
  padding: 0px !important;
  font-size: 0.9rem !important;
  height: 45px !important;
  line-height: 45px !important;
  min-width: 100% !important;
  max-width: 100% !important;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
  touch-action: manipulation !important;
  font-size: 13px !important;

}
.ad-cta-full-wight{
  margin-bottom: 20px;

}
.renderPageFullWight,
.renderPageFullBanner{
  padding: 0 !important;
  background: #fff !important;
}
.innerPageFullBanner,
.innerPageFullWight{
 padding: 15px 10px;

}
.ad-placeholder-full-wight,
.ad-placeholder-full-banner {
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 !important;
  background: #fff !important;
}

.ad-feature-list-long {
  gap: 6px;
  margin-bottom: 15px;
}
.innerSidebarFullHeight{
  padding-top: 10px !important;
}
.banner-ads-long-img-box,
.ad-badge-long{
  display: none;
}

}