/*
Theme Name: AstraSnapper
Template: astra

*/

.ns-feed {
  max-width: 1400px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.ns-feed h1 {
  font-size: 2.5rem;
  font-weight: 600;
}

/* ===== AUTH PAGES (LOGIN / REGISTER) ===== */

.page-template-default .um {
  max-width: 420px;
  margin: 80px auto;
  padding: 40px 32px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* ===== UM DROPDOWN (Role) ===== */
.page-template-default .um-field-type-select select {
  width: 100%;
  padding: 14px 12px;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-bottom: 16px;
}

.page-template-default .um-field-type-select select:focus {
  border-color: #128fdc;
  outline: none;
}

body.page-template-default {
  background: #f4f4f4;
}

.um .um-form h2,
.um .um-form h3 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
  color: #111;
}

.um input[type="text"],
.um input[type="email"],
.um input[type="password"] {
  width: 100%;
  padding: 14px 12px;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-bottom: 16px;
}

.um input:focus {
  border-color: #128fdc;
  outline: none;
}

.um input[type="submit"] {
  width: 100%;
  background: #128fdc;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}

.um input[type="submit"]:hover {
  background: #0f7bbf;
}

.nsl-container-buttons {
  margin-top: 20px;
}

.nsl-button-google {
  width: 100% !important;
  border-radius: 4px !important;
  padding: 12px !important;
  font-size: 14px !important;
}

.um a {
  color: #128fdc;
  text-decoration: none;
}

.um a:hover {
  text-decoration: underline;
}

.um-field-error {
  font-size: 13px;
}

.page-template-default header,
.page-template-default footer {
  display: none;
}

/* ===== NOWSNAPPER LOGO ABOVE LOGIN / REGISTER ===== */

.page-template-default .um::before {
  content: "";
  display: block;
  width: 310px;
  height: 70px;
  margin: 0 auto 5px auto;
  background-image: url("https://nowsnapper.com/wp-content/uploads/2026/02/nowsnapper-logo.png.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ===== NOWSNAPPER TAGLINE ===== */
.page-template-default .um::after {
  content: "Real-time photos on demand";
  display: block;
  text-align: center;
  font-size: 1rem;       /* 16px, adjust if needed */
  font-weight: 500;
  color: #555;           /* dark gray, subtle like Flickr */
  margin: 8px 0 24px 0;  /* space above/below */
}

/* ===== NOWSNAPPER LANDING PAGE ===== */
.ns-landing {
    max-width: 800px;
    margin: 120px auto;
    text-align: center;
    font-family: system-ui, sans-serif;
}

.ns-landing .ns-logo {
    width: 500px;
    height: 190px;
    margin: 0 auto 5px auto;
    background-image: url("https://nowsnapper.com/wp-content/uploads/2026/02/nowsnapper-logo.png.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ns-landing .ns-tagline {
    font-size: 1.4rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 48px;
}

.ns-landing .ns-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.ns-landing .ns-btn {
    display: inline-block;
    padding: 18px 36px;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    transition: all 0.2s ease;
}

.ns-landing .ns-btn-request {
    background-color: #128fdc;
}

.ns-landing .ns-btn-offer {
    background-color: #ff8a00;
}

.ns-landing .ns-btn:hover {
    opacity: 0.85;
}


