.ad-page,
.ad-page-shell {
--ad-surface: var(--app-surface);
--ad-surface-raised: var(--app-surface-raised);
--ad-soft: var(--app-service);
--ad-soft-hover: var(--app-service-hover);
--ad-line: var(--app-line);
--ad-line-strong: var(--app-line-strong);
--ad-text: var(--app-text);
--ad-heading: var(--app-heading);
--ad-muted: var(--app-muted);
color: var(--ad-text);
}
.ad-page-shell .ad-page-headline {
margin: 10px 0 8px;
color: var(--ad-muted);
font-family: inherit;
font-size: clamp(11px, 1.15vw, 13px);
font-weight: 750;
line-height: 1.35;
letter-spacing: .035em;
text-transform: uppercase;
}
.ad-page #escort_profile.perfil-usuario {
position: relative;
overflow: hidden;
padding: 5px;
border: 1px solid var(--ad-line);
border-radius: var(--app-radius-md);
background: var(--ad-surface);
color: var(--ad-text);
box-shadow: 0 14px 18px -18px rgb(33 29 36 / .65);
}
.ad-page #escort_profile .info_wrap { position: relative; z-index: 1; background: transparent; color: inherit; }
.ad-page #escort_profile .info_wrap { padding: 20px; }
.ad-page #escort_profile .ad-profile-summary { min-width: 0; }
.ad-page #escort_profile .info_header { display: flex; align-items: flex-start; gap: 20px; min-width: 0; }
.ad-page #escort_profile .ad-profile-cover { position: absolute; inset: 5px; z-index: 0; overflow: hidden; pointer-events: none; border-radius: calc(var(--app-radius-md) - 5px); background: var(--ad-surface); }
.ad-page #escort_profile .ad-profile-cover img { display: block; width: 100%; height: 100%; object-fit: cover; opacity: .2; }
.ad-page #escort_profile .thumbWrap { position: relative; flex: 0 0 120px; width: 120px; }
.ad-page #escort_profile .picture_main_small { display: block; width: 120px; height: 120px; padding: 4px; border: 0; border-radius: 50%; overflow: hidden; text-decoration: none; }
.ad-page #escort_profile .picture_main_small img { display: block; width: 100%; height: 100%; border: 3px solid var(--ad-surface-raised); border-radius: inherit; object-fit: cover; }
.ad-page #escort_profile .picture_main_small.hasStory { position: relative; isolation: isolate; background: transparent; }
.ad-page #escort_profile .picture_main_small.hasStory::before {
content: "";
position: absolute;
inset: 0;
z-index: 0;
border-radius: inherit;
background: conic-gradient(from 0deg, #5a2a66 0deg, #7a3a86 210deg, #ffd400 260deg, #fff36a 290deg, #ffae00 325deg, #5a2a66 360deg);
animation: ad-story-ring-spin 9s cubic-bezier(.35, 0, .2, 1) infinite;
pointer-events: none;
}
.ad-page #escort_profile .picture_main_small.hasStory img { position: relative; z-index: 1; }
@keyframes ad-story-ring-spin {
0% { transform: rotate(0); }
12% { transform: rotate(.55turn); }
23% { transform: rotate(1turn); }
42% { transform: rotate(1turn); }
54% { transform: rotate(1.55turn); }
65% { transform: rotate(2turn); }
100% { transform: rotate(2turn); }
}
.ad-page #escort_profile .story-add-badge { position: absolute; right: 4px; bottom: 4px; width: 24px; height: 24px; border: 2px solid var(--ad-surface); border-radius: 50%; display: grid; place-items: center; }
.ad-page #escort_profile .title_wrap { flex: 1 1 auto; min-width: 0; padding-top: 4px; }
.ad-page #escort_profile .title_wrap .title { margin: 0; }
.ad-page #escort_profile .title_wrap .title-row { display: flex; align-items: center; gap: 8px; }
.ad-page #escort_profile .title_wrap .title-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 24px; }
.ad-page #escort_profile .title_wrap .sub { display: block; min-width: 0; margin-top: 4px; overflow: hidden; font-size: 15px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.ad-page #escort_profile .ad-profile-meta { margin-top: 8px; }
.ad-page #escort_profile .ad-profile-meta--discovery { margin-top: 12px; }
.ad-page #escort_profile .badges { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; }
.ad-page #escort_profile .badges > span:not(.plan_badge) { display: inline-flex; align-items: center; justify-content: center; gap: 5px; min-height: 28px; padding: 4px 8px; font-size: 12px; line-height: 1; white-space: nowrap; }
.ad-page #escort_profile .ad-popular-tag { border: 1px solid var(--ad-line); background: var(--ad-soft); color: var(--ad-text); text-decoration: none; transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease; }
.ad-page #escort_profile .ad-popular-tag:hover { border-color: var(--ad-line-strong); background: var(--ad-soft-hover); color: var(--ad-heading); }
.ad-page #escort_profile .ad-popular-tag:focus-visible { outline: 2px solid var(--app-selection); outline-offset: 2px; }
.ad-page #escort_profile .ad-profile-socials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.ad-page #escort_profile .ad-social-btn { display: inline-grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid transparent; border-radius: 50%; color: #fff; text-decoration: none; box-shadow: none; transition: background-color 160ms ease, border-color 160ms ease; }
.ad-page #escort_profile .ad-social-btn:focus-visible { outline: 2px solid var(--app-selection); outline-offset: 2px; }
.ad-page #escort_profile .ad-social-onlyfans { background: #00aff0; }
.ad-page #escort_profile .ad-social-fansly { background: #0f8cff; }
.ad-page #escort_profile .ad-social-patreon { background: #ff424d; }
.ad-page #escort_profile .ad-social-onlyfans:hover { background: color-mix(in srgb, #00aff0 86%, #000); color: #fff; }
.ad-page #escort_profile .ad-social-fansly:hover { background: color-mix(in srgb, #0f8cff 86%, #000); color: #fff; }
.ad-page #escort_profile .ad-social-patreon:hover { background: color-mix(in srgb, #ff424d 86%, #000); color: #fff; }
.ad-page #escort_profile .calloptions { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--ad-line); }
.ad-page #escort_profile .ad-actions-row { display: flex; align-items: stretch; gap: 10px; }
.ad-page #escort_profile .ad-actions-row-primary > .ad-contact-btn { flex: 1 1 0; width: auto; min-width: 0; margin: 0; }
.ad-page #escort_profile .ad-actions-row-primary > form { flex: 0 0 44px; width: 44px; min-width: 44px; margin: 0; }
.ad-page #escort_profile .ad-actions-more { flex: 0 0 44px; }
.ad-page #escort_profile .calloptions .app-btn { min-height: 44px; }
.ad-page #escort_profile .ad-actions-row-primary .ad-contact-btn { padding-inline: 12px; }
.ad-page #escort_profile .ad-contact-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ad-page #escort_profile .title,
.ad-page #escort_profile .title-text { color: var(--ad-heading); font-family: inherit; font-weight: 750; }
.ad-page #escort_profile .sub { color: var(--ad-muted); font-family: inherit; font-style: normal; }
.ad-page #escort_profile .picture_main_small {
background: var(--ad-soft);
box-shadow: none;
}
.ad-page #escort_profile .picture_main_small:not(.hasStory) { border-color: var(--ad-line-strong); }
.ad-page #escort_profile .hasStory { border-color: var(--app-accent); }
.ad-page #escort_profile .story-add-badge { border-color: var(--ad-surface); background: var(--app-violet); color: #fff; }
.ad-page .ad-icon--selection { color: var(--app-selection); }
.ad-page .ad-fav-icon { color: var(--app-heart); transition: color var(--app-motion-fast, .16s ease); }
.ad-page #escort_profile .badges > span:not(.plan_badge) {
border: 1px solid var(--ad-line);
border-radius: 8px;
background: var(--ad-soft);
color: var(--ad-text);
box-shadow: none;
}
.ad-page #escort_profile .star { color: var(--app-gold); }
.ad-page #escort_profile .calloptions { border-top-color: var(--ad-line); }
.ad-page #escort_profile .ad-actions-row { gap: 8px; }
.ad-page .ad-info-notices { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); gap: 12px; margin: 10px 0 12px; }
.ad-page .ad-info-notices.app-container,
.ad-page .navigation-master-block.app-container { width: 100%; margin-inline: 0; }
.ad-page .ad-info-notice {
display: flex;
align-items: center;
gap: 14px;
padding: var(--app-card-padding);
border: 1px solid var(--ad-line);
border-radius: var(--app-radius-md);
background: var(--ad-surface);
color: var(--ad-text);
box-shadow: none;
}
.ad-page .ad-info-notice-icon { background: var(--ad-soft); color: var(--app-selection); box-shadow: none; }
.ad-page .ad-info-notice-icon { flex: 0 0 auto; width: 46px; height: 46px; display: grid; place-items: center; }
.ad-page .ad-info-notice-copy { min-width: 0; }
.ad-page .ad-info-notice-copy p { margin: 0; color: var(--ad-heading); font-size: 14px; font-weight: 700; line-height: 1.25; }
.ad-page .ad-info-notice-copy small { display: block; margin-top: 4px; color: var(--ad-muted); font-size: 13px; line-height: 1.25; }
.ad-page .ad-layout,
.ad-page .ficha-content { min-width: 0; }
.ad-page .ficha-content { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; }
.ad-page .ad-status-wrap { width: 100%; }
.ad-page .ad-form-field { display: grid; gap: 7px; }
.ad-page .ad-form-field > label { color: var(--ad-heading); font-size: 13px; font-weight: 700; }
.ad-page .ad-form-control {
width: 100%;
min-height: 42px;
padding: 9px 11px;
border: 1px solid var(--ad-line);
border-radius: 8px;
background: var(--ad-surface-raised);
color: var(--ad-text);
font: inherit;
}
.ad-page .ad-form-control:focus { outline: 0; border-color: var(--app-selection); box-shadow: 0 0 0 3px color-mix(in srgb, var(--app-selection) 16%, transparent); }
.ad-page .ad-field-feedback { color: var(--ad-muted); font-size: 12px; }
.ad-page .ad-modal-full-button { width: 100%; margin-bottom: 12px; }
.ad-page .ad-tabs-wrap { margin: 8px 0; }
.ad-page .ad-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ad-page .ad-service-group .tag-group,
.ad-page .ad-map-card { padding: var(--app-card-padding); border: 1px solid var(--ad-line); border-radius: var(--app-radius-md); background: var(--ad-surface); }
.ad-page .ad-service-group .tag-group h3,
.ad-page .ad-map-card h3 { margin: 0; color: var(--ad-heading); font-size: 1rem; font-weight: 750; text-align: center; }
.ad-page .ad-empty-copy { margin: 0; color: var(--ad-muted); font-style: italic; }
.ad-page .ad-map-card { margin: 14px 0; }
.ad-page .ad-map-card hr { border-color: var(--ad-line); opacity: 1; }
.ad-page .ad-map-embed { display: block; width: 100%; height: 275px; border: 0; border-radius: var(--app-radius-sm); }
.ad-page .ad-stories-mount { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.ad-page .ad-review-google-icon { margin: 0 0 4px; color: transparent; }
.ad-page .ad-report-wrap { margin: 16px 0; }
.ad-page .ad-report { align-items: center; justify-content: space-between; }
.ad-page .ad-modal-loading { display: grid; min-height: 112px; place-items: center; color: var(--app-selection); }
.ad-page .ad-similar-section { margin-top: 8px; }
.ad-page .ad-profile-section { margin-top: 8px; }
.ad-page #myTabContent { padding: 18px 0 10px; color: var(--ad-text); }
.ad-page #myTabContent > .tab-pane { display: none; }
.ad-page #myTabContent > .tab-pane.active { display: block; }
.ad-page #sobremi {
padding: clamp(16px, 3vw, 22px);
border: 1px solid var(--ad-line);
border-radius: var(--app-radius-md);
background: var(--ad-surface);
}
.ad-page #sobremi > p {
margin: 0;
color: var(--ad-text);
font-size: clamp(.925rem, .9rem + .15vw, 1rem);
line-height: 1.75;
overflow-wrap: anywhere;
}
.ad-page #sobremi .ad-about-generated {
display: block;
margin-top: 16px;
padding: var(--app-card-padding);
border: 1px solid var(--ad-line);
border-radius: var(--app-radius-md);
background: var(--ad-surface-raised);
color: var(--ad-text);
}
.ad-page #sobremi .ad-about-generated a { color: var(--app-link); }
.ad-page .thumbnail-grid .preview-wrapper,
.ad-page .thumbnail-grid .app-gallery__inline-add {
border-color: var(--ad-line);
border-radius: var(--app-radius-md);
background: var(--ad-soft);
box-shadow: none;
}
.ad-page .thumbnail-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; grid-auto-flow: dense; margin: 20px 0 0; max-width: 100%; }
.ad-page .thumbnail-grid .preview-wrapper,
.ad-page .thumbnail-grid .app-gallery__inline-add { position: relative; padding-top: 100%; overflow: hidden; }
.ad-page .thumbnail-grid .preview-wrapper > a,
.ad-page .thumbnail-grid .preview-wrapper img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.ad-page .thumbnail-grid .app-gallery__inline-add > .app-gallery__add { color: var(--app-accent); }
.ad-page #servicios .tag-group {
display: grid;
gap: 12px;
border: 1px solid var(--ad-line);
border-radius: var(--app-radius-md);
background: var(--ad-surface);
color: var(--ad-text);
box-shadow: none;
}
.ad-page #servicios .tag-group h3 { color: var(--ad-heading); font-size: 1rem; font-weight: 750; }
.ad-page #servicios .tag-group hr { width: 100%; height: 1px; margin: 0; border: 0; background: var(--ad-line); opacity: 1; }
.ad-page #servicios .tags-container { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 8px; }
.ad-page #servicios .app-tag {
border: 1px solid var(--ad-line);
background: var(--ad-soft);
color: var(--ad-text);
text-decoration: none;
transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}
.ad-page #servicios .app-tag:hover { border-color: var(--ad-line-strong); background: var(--ad-soft-hover); color: var(--ad-heading); }
.ad-page #resenas .ad-review-card,
.ad-page #resenas .ad-review-reply {
border: 1px solid var(--ad-line);
border-radius: var(--app-radius-md);
background: var(--ad-surface);
color: var(--ad-text);
box-shadow: none;
}
.ad-page #resenas .ad-review-card { margin-bottom: 12px; }
.ad-page #resenas .ad-review-card__body { padding: var(--app-card-padding); }
.ad-page #resenas .ad-review-card__layout { display: flex; align-items: flex-start; gap: 8px; }
.ad-page #resenas .ad-review-avatar { flex: 0 0 auto; border-radius: 50%; }
.ad-page #resenas .ad-review-avatar--reply { width: 32px; height: 32px; }
.ad-page #resenas .ad-review-content { min-width: 0; flex: 1; }
.ad-page #resenas .ad-review-empty { margin: 0 0 12px; color: var(--ad-muted); font-style: italic; }
.ad-page #resenas .ad-rating { display: flex; width: fit-content; margin-bottom: 8px; align-items: center; gap: 2px; }
.ad-page #resenas .ad-rating__input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.ad-page #resenas .ad-rating label {
display: inline-grid;
width: 44px;
height: 44px;
place-items: center;
border-radius: var(--app-radius-sm);
color: var(--ad-muted);
cursor: pointer;
font-size: 1.65rem;
line-height: 1;
user-select: none;
transition: background-color 160ms ease, color 160ms ease;
}
.ad-page #resenas .ad-rating label:hover { background: var(--ad-soft); color: var(--app-gold); }
.ad-page #resenas .ad-rating label.on { background: var(--app-gold-soft); }
.ad-page #resenas .ad-rating label.on,
.ad-page #resenas .ad-rating__input:checked + label { color: var(--app-gold); }
.ad-page #resenas .ad-rating__input:focus-visible + label { outline: 2px solid var(--app-selection); outline-offset: 2px; }
.ad-page #resenas .ad-review-field { margin-bottom: 8px; border-color: var(--ad-line); background: var(--ad-surface-raised); color: var(--ad-text); }
.ad-page #resenas .ad-review-login-copy { margin: 0 0 8px; }
.ad-page #resenas .ad-review-date { display: block; margin: 4px 0; color: var(--ad-muted); font-size: 12px; }
.ad-page #resenas .ad-review-copy { margin: 0 0 8px; }
.ad-page #resenas .ad-review-copy--reply { margin-top: 4px; }
.ad-page #resenas .acciones { display: flex; flex-wrap: wrap; gap: 8px; font-size: 12px; }
.ad-page #resenas .ad-review-action { color: var(--ad-muted); text-decoration: none; }
.ad-page #resenas .ad-review-action--danger { color: var(--app-danger); }
.ad-page #resenas .ad-review-count { color: var(--ad-muted); }
.ad-page #resenas .ad-reply-form { display: block; margin-top: 8px; }
.ad-page #resenas .ad-review-reply { margin-top: 8px; padding: 8px; background: var(--ad-soft); }
.ad-page #resenas .ad-rating-static { display: inline-block; padding: 8px; }
.ad-page #resenas .ad-review-status,
.ad-page #resenas .ad-review-author { display: inline-flex; min-height: 24px; align-items: center; padding: 3px 7px; border-radius: 999px; font-size: 11px; font-weight: 750; }
.ad-page #resenas .ad-review-status { background: color-mix(in srgb, var(--app-warning) 18%, var(--ad-surface)); color: var(--app-warning); }
.ad-page #resenas .ad-review-author { background: color-mix(in srgb, var(--app-accent) 12%, var(--ad-surface)); color: var(--app-accent); }
.ad-page #resenas .ad-review-unavailable { margin: 0; }
.ad-page #resenas .acciones a { color: var(--ad-muted); text-decoration: none; transition: color 220ms ease; }
.ad-page #resenas .acciones a:hover { color: var(--ad-heading); }
@media (max-width: 640px) {
.ad-page-shell .ad-page-headline { margin-top: 8px; font-size: 11px; }
.ad-page #escort_profile { border-radius: 10px; }
.ad-page #escort_profile .info_wrap { padding: 14px; }
.ad-page #escort_profile .info_header { gap: 12px; }
.ad-page #escort_profile .thumbWrap,
.ad-page #escort_profile .picture_main_small { flex-basis: 84px; width: 84px; height: 84px; }
.ad-page #escort_profile .title_wrap .title-text { font-size: 17px; }
.ad-page #escort_profile .title_wrap .sub { font-size: 13px; }
.ad-page #escort_profile .ad-profile-meta { margin-top: 10px; }
.ad-page #escort_profile .badges { gap: 5px; }
.ad-page #escort_profile .badges > span:not(.plan_badge) { min-height: 26px; padding: 3px 7px; }
.ad-page #escort_profile .ad-popular-tag { min-height: 26px; padding: 3px 7px; }
.ad-page #escort_profile .ad-actions-row-primary > .app-btn { min-height: 44px; }
.ad-page .ad-service-grid { grid-template-columns: 1fr; }
.ad-page .ad-report { align-items: stretch; flex-direction: column; gap: 12px; }
.ad-page .ad-report .app-btn { width: 100%; }
}
@media (min-width: 992px) { .ad-page .ad-info-notices { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { .ad-page .thumbnail-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 992px) {
.ad-page #escort_profile .info_wrap { display: flex; align-items: flex-start; gap: 24px; }
.ad-page #escort_profile .ad-profile-summary { flex: 1 1 auto; }
.ad-page #escort_profile .calloptions { flex: 0 0 380px; margin-top: 0; padding: 18px; border: 1px solid var(--ad-line); border-radius: 12px; background: var(--ad-soft); }
}
.card-publish-footer { margin-block: 28px; }
.card-publish-footer h3 { margin: 0; color: var(--app-heading); }
.card-publish-footer p { margin: 0; color: var(--app-muted); }
@media (prefers-reduced-motion: reduce) {
.ad-page #escort_profile .picture_main_small.hasStory::before { animation: none; }
.ad-page *, .ad-page *::before, .ad-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
.ad-share-sheet { padding: 0; }
.ad-share-hero {
position: relative;
min-height: 190px;
overflow: hidden;
border-radius: 22px 22px 0 0;
}
.ad-share-hero img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
filter: saturate(.96);
}
.ad-share-hero-overlay {
position: absolute;
inset: 0;
background:
linear-gradient(90deg, rgba(16,13,22,.88) 0%, rgba(16,13,22,.62) 52%, rgba(16,13,22,.18) 100%),
linear-gradient(0deg, rgba(16,13,22,.52), rgba(16,13,22,.08));
}
.ad-share-hero-content {
position: relative;
z-index: 1;
max-width: 620px;
padding: 28px 78px 28px 30px;
color: #fbf8ff;
}
.ad-share-kicker {
margin: 0 0 8px;
font-size: 12px;
font-weight: 800;
letter-spacing: .08em;
text-transform: uppercase;
opacity: .86;
}
.ad-share-title {
margin: 0;
font-size: clamp(22px, 3vw, 34px);
font-weight: 900;
line-height: 1.05;
}
.ad-share-url {
max-width: 100%;
margin: 12px 0 0;
font-size: 13px;
font-weight: 700;
opacity: .82;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ad-share-close.modal-close {
position: absolute;
top: 16px;
right: 16px;
z-index: 2;
width: 40px;
height: 40px;
padding: 0;
border-radius: 999px;
background: rgba(251,248,255,.9);
color: #17131d;
}
.ad-share-close.modal-close i { font-size: 18px; }
.ad-share-body { padding: 22px; }
.ad-share-actions {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 10px;
}
.ad-share-tile {
display: flex;
min-height: 86px;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 9px;
border: 1px solid var(--app-line);
border-radius: 14px;
background: var(--app-service);
color: var(--app-text);
font-size: 13px;
font-weight: 850;
text-decoration: none;
cursor: pointer;
transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ad-share-tile i { font-size: 22px; }
.ad-share-tile:hover,
.ad-share-tile:focus {
transform: translateY(-2px);
border-color: var(--app-line-strong);
box-shadow: 0 14px 34px rgba(38,31,52,.14);
color: var(--app-text);
text-decoration: none;
}
.ad-share-tile.ad-share-x { background: #17131d; color: #fbf8ff; }
.ad-share-tile.ad-share-whatsapp { background: #dff7e8; color: #0d6b31; }
.ad-share-tile.ad-share-telegram { background: #e0f2ff; color: #096a9f; }
.ad-share-tile.ad-share-copy.is-copied,
.ad-share-forum-box .ad-share-copy.is-copied {
border-color: var(--app-success);
color: var(--app-success);
}
.ad-share-forum-box {
margin-top: 16px;
padding: 16px;
border: 1px solid var(--app-line);
border-radius: 14px;
background: var(--app-service);
}
.ad-share-forum-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 14px;
margin-bottom: 12px;
}
.ad-share-forum-title {
margin: 0;
font-size: 15px;
font-weight: 900;
color: var(--app-heading);
}
.ad-share-forum-note {
margin: 3px 0 0;
font-size: 12px;
font-weight: 650;
color: var(--app-muted);
}
.forum-share-code {
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
font-size: 13px;
line-height: 1.45;
resize: vertical;
}
@media (min-width: 761px) and (pointer: fine) {
.ad-share-hero { border-radius: 14px 14px 0 0; }
}
@media (max-width: 760px), (pointer: coarse) {
.ad-share-hero { min-height: 170px; }
.ad-share-hero-content { padding: 24px 58px 22px 22px; }
.ad-share-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ad-share-tile { min-height: 78px; }
.ad-share-forum-head { align-items: stretch; flex-direction: column; }
.ad-share-forum-head .app-btn { width: 100%; }
}
