
.share-btn {
  position: fixed;
  top: 190px;
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: none;
  background: rgba(255,255,255,0.9);
  color: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0,0,0,.15);
  cursor: pointer;
  z-index: 999;
}

.share-btn:hover {
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .share-btn {
    display: none;
  }
}


/* ======= iSERVICES SHOW ======== */

html, body {
  overflow-x: hidden;
}

/*----- Layout geral -----*/
/* No desktop: mantém estreito */
.atm-isrv-show-mobile-frame {
	max-width: 420px;
	margin: 20px auto;
	border-radius: 20px;
	border: 1px solid #ddd;
	box-shadow: none;
	overflow: hidden;
	min-height:100vh;
	display:flex;
	flex-direction:column;
}
/* No mobile: usa largura total, ZERA margens e bordas */
@media (max-width: 575px) {
	.atm-isrv-show-mobile-frame {
		padding: 0 !important;
		margin: 0 !important;
		border-radius: 0 !important;
		border: none !important;
		overflow: visible;
	}
	/* banner realmente zero margem e zero arredondamento */
	.atm-isrv-show-banner-container,
	.atm-isrv-show-banner-img {
		border-radius: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		width: 100%;
	}
}

/* Banner ocupa toda largura e sem espaços */
.atm-isrv-show-banner-container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.atm-isrv-show-banner-img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
	border-radius: 20px 20px 0 0;
}
/* Logo sobreposto ao banner */
.atm-isrv-show-logo-wrapper {
  left: 20px;
  bottom: -40px; /* desce sobre o banner */
}
.hero-logo-container {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  position: relative;
}
.hero-logo-container img {
  position: absolute;
  top: 0;
  left: 0;
}

.atm-isrv-show-screen-frame {
  min-height: 100%;
	border-radius: 0 0 20px 20px;
}

@media (max-width: 575px) {
	.atm-isrv-show-screen-frame {
		border-radius: 0;
	}
}

.atm-isrv-show-section {
  display: flex;
  align-items: center;
  min-height: 20px;
}

.atm-isrv-show-mark-area {
  border-left: 6px solid var(--active-section-mark-color);
  padding-left: 10px;
  align-items: center;
	display: flex;
  min-height: 20px;
}

.atm-isrv-show-title-area {
  color: var(--active-section-title-color);
  line-height: 1.4;
  padding-left: 0px;
  text-decoration: none;
}

.atm-isrv-show-social-card {
  border-style: solid;
  border-width: var(--active-card-border-width, 2px);
  border-color: var(--active-card-border-color);
  border-radius: var(--active-card-border-radius, 12px);  
  background: var(--active-card-background-color);
  display: flex;
  padding: 6px 14px;
  text-decoration: none;
  transition: all .2s ease;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
}

.atm-isrv-show-social-card .icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.atm-isrv-show-social-card .icon i {
  font-size: 1.5rem;
}

.atm-isrv-show-icon-area {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 8px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atm-isrv-show-icon-area i {
  font-size: 1.7rem;
  color: #E1306C;
}

.atm-isrv-show-text-area {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.atm-isrv-show-text-area .title {
  color: var(--active-card-title-color);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.atm-isrv-show-text-area .subtitle {
  color: var(--active-card-subtitle-color);
  font-size: 0.78rem;
  font-weight: 300;
  line-height: 1.1;
  margin-top: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}



/* =========== iSERVICES fOOTER ============= */

/*
.mobile-footer{
position:relative;
width:100%;
margin-top:12px;
}

.mobile-footer-card{
display:flex;
align-items:center;
justify-content:space-between;

background:#fff;

border-radius:16px;

padding:10px 14px;
margin:0 12px;
box-shadow:0 10px 30px rgba(0,0,0,.15);
}
*/


/* =========== iSERVICES ADSENSE ============= */
.atm-isrv-ad-wrapper {
  min-height: 120px; 
  position: relative;
  text-align: center;
}
.atm-isrv-ad-placeholder {
  height: 120px;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,.04),
    rgba(0,0,0,.08),
    rgba(0,0,0,.04)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  color: #666;
  animation: shimmer 1.4s infinite linear;
}
.atm-iservices-theme-*-dark .atm-isrv-ad-placeholder {
  background: linear-gradient(
    90deg,
    rgba(255,255,255,.06),
    rgba(255,255,255,.12),
    rgba(255,255,255,.06)
  );
  color: #aaa;
}
@keyframes shimmer {
  0% { background-position: -200px 0; }
  100% { background-position: 200px 0; }
}

.card_cta{
display:inline-flex;
align-items:center;
justify-content:center;
color:#fff;
width:auto;
min-width:140px;
padding:4px 8px;
font-size:0.9rem;
font-weight:600;
border-radius:10px;
background:linear-gradient(90deg,#1a73e8 0%,#3b82f6 35%,#7c3aed 100%);
border:1px solid rgba(255,255,255,.2);
box-shadow:0 4px 8px rgba(161,0,255,.35);
/*transition:all .2s ease;*/
text-decoration:none;
}



