/* Shared templates, service heroes, prose — tokens only. */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wr-nav > .menu-item,
.wr-nav > li,
.wr-drawer__list > li {
  list-style: none;
}

.wr-nav > li > a,
.wr-nav > a {
  color: inherit;
}

.wr-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.wr-share a {
  color: var(--wr-blue);
  font-weight: 700;
}

.wr-account__login input[type="text"],
.wr-account__login input[type="password"],
.wr-account__login input[type="email"] {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--wr-border);
  border-radius: 12px;
  padding: 8px 12px;
  margin: 6px 0 14px;
}

.wr-account__login .button,
.wr-account__login input[type="submit"] {
  background: var(--wr-grad-btn);
  color: #fff;
  border: 0;
  border-radius: var(--wr-radius-pill);
  min-height: 44px;
  padding: 0 20px;
  font-weight: 700;
}

.wr-account-teaser {
  margin: 0 0 24px;
}

.wr-nav .menu-item-has-children > a {
  position: relative;
}

.wr-page-title,
.wr-page-hero h1,
.wr-article h1 {
  font-size: var(--wr-type-h1);
  font-family: var(--wr-display);
  color: var(--wr-text);
}

.wr-page-hero {
  text-align: center;
  margin-bottom: 36px;
}

.wr-page-hero p,
.wr-prose p {
  color: var(--wr-text-muted);
  font-size: var(--wr-type-body-lg);
}

.wr-prose .wr-content {
  font-size: var(--wr-type-body);
  line-height: 1.9;
}

.wr-prose .wr-content h2 {
  font-size: var(--wr-type-h2);
  margin: 1.6em 0 0.6em;
}

.wr-prose .wr-content a {
  color: var(--wr-blue);
}

.wr-article__header {
  margin-bottom: 20px;
}

.wr-article__media {
  margin: 0 0 24px;
  border-radius: var(--wr-radius);
  overflow: hidden;
}

.wr-article__media img {
  width: 100%;
}

.wr-meta {
  font-size: var(--wr-type-meta);
  color: var(--wr-text-muted);
}

.wr-blog-card {
  background: var(--wr-surface);
  border: 1px solid var(--wr-border);
  border-radius: var(--wr-radius);
  overflow: hidden;
  box-shadow: var(--wr-shadow-xs);
}

.wr-blog-card__body {
  padding: 16px 18px 20px;
}

.wr-blog-card__more {
  color: var(--wr-blue);
  font-weight: 700;
  font-size: var(--wr-type-label);
}

.wr-pagination {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.wr-empty,
.wr-404 .wr-page-hero {
  text-align: center;
}

.wr-service-hero {
  padding: 72px 0 48px;
  color: var(--wr-text);
}

.wr-service-hero--repair {
  background: var(--wr-grad-repair);
  color: #fff;
}

.wr-service-hero--repair h1,
.wr-service-hero--repair p,
.wr-service-hero--repair .wr-meta {
  color: #fff;
}

.wr-service-hero--apple {
  background: var(--wr-grad-apple);
}

.wr-service-hero--unlock,
.wr-service-hero--services {
  background: var(--wr-grad-promo);
}

.wr-service-hero h1 {
  font-size: var(--wr-type-h1);
  margin: 8px 0 12px;
}

.wr-glass-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--wr-border);
  border-radius: var(--wr-radius);
  padding: 24px;
  box-shadow: var(--wr-shadow-sm);
  backdrop-filter: blur(12px);
}

.wr-contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 24px;
}

.wr-elementor-full {
  width: 100%;
}

.wr-woo-screen {
  padding: 32px 0 56px;
}

.wr-woo-screen .wr-container {
  max-width: 1100px;
}

.wr-blog-with-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 32px;
}

.wr-widget {
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .wr-blog-with-sidebar {
    grid-template-columns: 1fr;
  }
}

.webraan-elementor .elementor-location-header,
.webraan-elementor .elementor-location-footer {
  width: 100%;
}

@media (max-width: 800px) {
  .wr-contact-grid {
    grid-template-columns: 1fr;
  }
  .wr-page-hero h1,
  .wr-service-hero h1 {
    font-size: 1.7rem;
  }
}
