/*
Theme Name: NB Gelinlik
Theme URI: https://nbgelinlik.com
Author: dainew.com
Author URI: https://dainew.com
Description: NB Gelinlik ve Moda Evi için hazırlanmış özel WordPress teması. Gelinlik koleksiyonu, randevu ve blog yönetimi düşünülerek tasarlandı.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nbgelinlik
Tags: custom-menu, featured-images, translation-ready, threaded-comments, right-sidebar
*/

:root {
  --gold: #c5a070;
  --bg: #f9f7f2;
  --ink: #2b2b2b;
  --muted: #6a645e;
  --max: 1120px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font: 400 15px/1.7 Montserrat, sans-serif; color: var(--ink); background: #fff; }
img { width: 100%; height: 100%; object-fit: cover; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: "Playfair Display", serif; font-weight: 500; line-height: 1.25; }

.wrap { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.btn {
  display: inline-block;
  padding: 13px 28px;
  font-size: 11px;
  letter-spacing: .16em;
  font-weight: 500;
  white-space: nowrap;
}
.btn-fill { background: var(--gold); color: #fff; }
.btn-line { border: 1px solid var(--gold); color: var(--gold); }
.btn-wide {
  display: block;
  width: calc((100% - 60px) / 4);
  margin: 40px auto 0;
  padding: 14px 10px;
  text-align: center;
  border-radius: 0;
  background: #c0a070;
  color: #fff;
  font-weight: 400;
  letter-spacing: .16em;
}

.nbg-icon { flex: none; display: inline-block; line-height: 1; font-size: 15px; }

.topbar { background: #3a332e; color: #d9cec1; font-size: 12px; }
.topbar .wrap { min-height: 40px; }
.tb-left, .tb-right { display: flex; align-items: center; gap: 26px; }
.topbar span, .topbar a { display: flex; align-items: center; gap: 8px; }
.topbar .nbg-icon { color: var(--gold); font-size: 13px; }
.topbar a:hover { color: #fff; }
.tb-social { color: var(--gold); }
.tb-social .nbg-icon { font-size: 15px; }
.tb-sep { width: 1px; height: 15px; background: #ffffff2b; }

.header { position: sticky; top: 0; z-index: 10; background: #fff; border-bottom: 1px solid #eee; }
.header .wrap { min-height: 76px; }
.header .logo img,
.header .logo svg { width: var(--nbg-logo-w, 52px); height: var(--nbg-logo-h, 52px); object-fit: contain; display: block; }
.nav { display: flex; gap: 28px; font-size: 13px; list-style: none; margin: 0; padding: 0; }
.nav li { position: relative; }
.nav a { position: relative; display: block; padding: 6px 0; }
.nav .is-active::before,
.nav .current-menu-item > a::before,
.nav .current_page_item > a::before,
.nav .current-menu-parent > a::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -8px;
  height: 1px;
  background: var(--gold);
}
.menu-check { position: absolute; width: 0; height: 0; opacity: 0; }
.burger { display: none; position: relative; width: 26px; height: 18px; cursor: pointer; }
.burger span { position: absolute; left: 0; right: 0; height: 1.5px; background: #3a3330; transition: .25s; }
.burger span:nth-child(1) { top: 0; }
.burger span:nth-child(2) { top: 8px; }
.burger span:nth-child(3) { top: 16px; }

.hero { position: relative; height: var(--nbg-hero-h, 78vh); min-height: 520px; color: #fff; }
.hero img { position: absolute; inset: 0; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,var(--nbg-hero-overlay, .5)) 20%, transparent 70%); }
.hero-copy { position: relative; z-index: 1; padding-top: 22vh; }
.hero h1 { font-size: clamp(36px, 5vw, 58px); max-width: 11ch; }
.hero p { max-width: 38ch; margin: 16px 0 28px; font-weight: 300; }

.about { position: relative; background: #faf9f6; overflow: hidden; padding: 88px 0 64px; }
.about-grid { display: grid; grid-template-columns: minmax(260px, 42%) 1fr; gap: 64px; align-items: center; }
.about-photo { height: auto; aspect-ratio: 1/1.12; border-radius: 12px; }
.about-copy { max-width: 420px; position: relative; z-index: 1; }
.label { color: var(--gold); font-size: 12px; letter-spacing: .22em; }
.about-copy h2 { font-size: 38px; margin: 10px 0 16px; }
.about-copy p { color: #555; margin-bottom: 28px; line-height: 1.75; }
.floral { position: absolute; right: -18px; top: 50%; transform: translateY(-46%); width: 320px; height: auto; object-fit: contain; pointer-events: none; }
.about-end { text-align: center; margin-top: 72px; position: relative; z-index: 1; }
.flourish { width: 132px; height: 20px; margin-inline: auto; display: block; }
.flourish-line { width: 180px; height: 20px; margin-bottom: 14px; }
.about-end h2, .gallery h2 { font-size: 28px; letter-spacing: .08em; margin-top: 16px; font-weight: 500; }

.collection { padding: 8px 0 90px; background: #faf9f6; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cards article { background: #f5f1eb; border-radius: 14px; overflow: hidden; text-align: center; padding-bottom: 22px; }
.cards .card-link { display: block; color: inherit; height: 100%; }
.cards img { height: 300px; }
.cards h3 { font-size: 20px; font-weight: 600; padding: 16px 12px 2px; }
.cards .card-link span { display: block; font-size: 11px; letter-spacing: .14em; color: #8a847c; }

.banner { position: relative; min-height: 380px; color: #fff; display: grid; align-items: center; }
.banner img { position: absolute; inset: 0; object-position: 70% center; }
.banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #2a221ccc 0%, #2a221866 32%, transparent 62%); }
.banner-copy { position: relative; z-index: 1; padding: 80px 0; }
.banner h2 { font-size: 42px; }
.banner p { margin: 12px 0 26px; font-family: "Playfair Display", serif; font-size: 16px; font-weight: 400; max-width: 36ch; }
.btn-banner { background: #c5a272; color: #fff; border-radius: 0; padding: 14px 36px; }

.features { padding: 72px 0; background: #fdfbf8; }
.feats { display: grid; grid-template-columns: repeat(4, 1fr); align-items: start; }
.feats div { text-align: center; padding: 8px 28px; }
.feats div + div { border-left: 1px solid #e6ddd2; }
.feats svg { width: 40px; height: 40px; fill: none; stroke: #c4a484; stroke-width: 1.15; margin: 0 auto 16px; display: block; }
.feats .nbg-icon { display: block; margin: 0 auto 16px; font-size: 28px; color: #c4a484; }
.feats h3 { font-size: 20px; color: #3a3330; margin-bottom: 8px; }
.feats p { font-size: 13px; color: #666; line-height: 1.55; }

.gallery { padding: 72px 0 80px; text-align: center; background: #fdfbf8; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.gallery h2 { color: #c4a484; font-family: Montserrat, sans-serif; font-size: 15px; font-weight: 500; letter-spacing: .28em; margin: 0 0 10px; }
.gallery .flourish { margin-bottom: 36px; }
.shots { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-bottom: 40px; }
.shots img { height: 180px; }
.shots .p-zoom { min-width: 0; }
.shots-page { grid-template-columns: repeat(4, 1fr); margin-bottom: 0; }
.shots-page img { height: 240px; }
.btn-gallery { border: 1px solid #c4a484; color: #3a3330; padding: 13px 48px; }

.cta { position: relative; overflow: hidden; background: #f6f1ed; padding: 28px 0; }
.cta-bow { position: absolute; right: 0; top: 0; width: 140px; height: 100%; object-fit: cover; pointer-events: none; -webkit-mask-image: linear-gradient(90deg, transparent, #000 30%); mask-image: linear-gradient(90deg, transparent, #000 30%); }
.cta .wrap { position: relative; z-index: 1; max-width: 900px; margin-right: auto; padding-right: 24px; }
.cta p { font-family: "Playfair Display", serif; font-size: 22px; color: #4a433e; }
.cta .btn-line { color: #c8b39a; border-color: #c8b39a; background: transparent; }

.footer { background: #fff; padding: 22px 0; }
.foot { display: flex; align-items: center; justify-content: space-between; }
.cell { display: flex; align-items: center; justify-content: center; gap: 10px; flex: 1; padding: 6px 16px; }
.cell + .cell { border-left: 1px solid #ece6de; }
.cell svg { width: 18px; height: 18px; flex: none; fill: none; stroke: #c5a37b; stroke-width: 1.4; }
.cell.logo img,
.cell.logo svg { width: var(--nbg-foot-logo-w, 54px); height: var(--nbg-foot-logo-h, 54px); object-fit: contain; display: block; }
.cell span,
.cell .foot-addr,
.cell .foot-phone-1,
.cell .foot-phone-2 { font-size: 13px; color: #4a4a4a; line-height: 1.45; }
.cell a.foot-addr:hover,
.cell a.foot-phone-1:hover,
.cell a.foot-phone-2:hover { color: var(--gold); }
.social { gap: 12px; }
.foot-social { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #e0d4c3; border-radius: 50%; color: var(--gold); }
.foot-social:hover { border-color: var(--gold); }
.foot-social .nbg-icon { font-size: 15px; }
.copy { margin-top: 16px; padding-top: 16px; border-top: 1px solid #ece6de; text-align: center; font-size: 12px; letter-spacing: .04em; color: #8a847c; white-space: nowrap; }
.copy a:hover { color: var(--gold); }

.page-hero { position: relative; min-height: 320px; display: grid; place-items: center; text-align: center; color: #fff; }
.page-hero img { position: absolute; inset: 0; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: #2b231ca6; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(30px, 4vw, 46px); }
.crumb { font-size: 11px; letter-spacing: .2em; margin-top: 14px; color: #e6dcce; }

.section { padding: 84px 0; }
.tint { background: #faf9f6; }
.head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.head h2 { font-size: 30px; letter-spacing: .04em; margin: 12px 0 14px; }
.head p { color: #666; }

.prose p { color: #555; line-height: 1.85; margin-bottom: 18px; }
.prose h3 { font-size: 25px; margin: 36px 0 12px; }
.prose ul { margin: 0 0 18px 20px; color: #555; line-height: 1.85; }
.prose img { height: auto; border-radius: 12px; margin: 30px 0; }
.prose blockquote { margin: 30px 0; padding-left: 24px; border-left: 2px solid var(--gold); font-family: "Playfair Display", serif; font-size: 21px; line-height: 1.6; color: #4a433e; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stats strong { display: block; font-family: "Playfair Display", serif; font-size: 42px; font-weight: 500; color: var(--gold); }
.stats span { font-size: 11px; letter-spacing: .18em; color: #6a645e; }

.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px; align-items: start; }
.contact-title { font-size: 28px; margin: 10px 0 26px; }
.info li { list-style: none; display: flex; gap: 14px; padding: 20px 0; border-bottom: 1px solid #ece6de; }
.info svg { width: 20px; height: 20px; flex: none; fill: none; stroke: var(--gold); stroke-width: 1.4; margin-top: 2px; }
.info .nbg-icon { font-size: 16px; color: var(--gold); margin-top: 2px; flex: none; }
.info h4 { font-size: 11px; letter-spacing: .18em; color: var(--gold); font-weight: 500; margin-bottom: 5px; }
.info p { font-size: 14px; color: #4a4a4a; line-height: 1.6; }
.info p a:hover { color: var(--gold); }
.info-link { display: inline-block; margin-top: 8px; font-size: 11px; letter-spacing: .14em; color: var(--gold); border-bottom: 1px solid #e2d9cd; padding-bottom: 3px; }

.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form label { display: block; font-size: 11px; letter-spacing: .16em; color: #8a847c; margin-bottom: 8px; }
.form input, .form select, .form textarea { width: 100%; padding: 13px 14px; border: 1px solid #e2d9cd; background: #fff; font: inherit; font-size: 14px; color: var(--ink); }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--gold); }
.form textarea { min-height: 140px; resize: vertical; }
.form .full { grid-column: 1 / -1; }
.form-note { margin: 0 0 18px; padding: 14px 16px; font-size: 14px; }
.form-note.is-ok { background: #f4efe6; color: #3a3330; border: 1px solid #e2d9cd; }
.form-note.is-err { background: #f8eeee; color: #6a3330; border: 1px solid #e4cfcf; }
.nbg-hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.map { display: block; width: 100%; height: 400px; border: 0; filter: grayscale(1) contrast(.92); }

.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post { display: flex; flex-direction: column; border: 1px solid #efe9e1; border-radius: 12px; overflow: hidden; background: #fff; }
.post > a { display: block; }
.post img { height: 220px; }
.post .body { display: flex; flex-direction: column; gap: 10px; flex: 1; padding: 24px; }
.meta { font-size: 11px; letter-spacing: .16em; color: var(--gold); }
.post h3 { font-size: 21px; }
.post p { flex: 1; font-size: 14px; color: #666; }
.more { font-size: 11px; letter-spacing: .16em; color: #8a847c; }

.pager { display: flex; justify-content: center; gap: 10px; margin-top: 52px; }
.pager a { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 14px; border: 1px solid #e2d9cd; font-size: 13px; }
.pager .is-active { background: var(--gold); border-color: var(--gold); color: #fff; }

.breadcrumb { background: #faf9f6; border-bottom: 1px solid #efe9e1; padding: 14px 0; font-size: 12px; letter-spacing: .06em; color: #8a847c; }
.breadcrumb a:hover { color: var(--gold); }

.product-section { padding: 60px 0 80px; }
.product { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.p-main { height: auto; aspect-ratio: 3/4; border-radius: 12px; }
.p-thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.p-thumbs img { height: auto; aspect-ratio: 1; border-radius: 10px; }
.p-zoom { position: relative; display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; color: inherit; }
.p-zoom.about-photo { overflow: hidden; }
.p-zoom-mark { position: absolute; right: 14px; bottom: 14px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(42, 34, 28, .55); color: #f3e6d4; opacity: 0; transition: opacity .2s; }
.p-zoom:hover .p-zoom-mark, .p-zoom:focus-visible .p-zoom-mark { opacity: 1; }
.p-thumbs .p-zoom-mark { display: none; }

.nbg-lb { position: fixed; inset: 0; z-index: 80; display: grid; grid-template-rows: auto 1fr auto; background: rgba(42, 34, 28, .94); }
.nbg-lb[hidden] { display: none; }
body.nbg-lb-open { overflow: hidden; }
.nbg-lb-top { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 18px; padding: 18px 28px; color: #d9cec1; }
.nbg-lb-title { font-family: "Playfair Display", serif; font-size: 22px; color: #f5efe6; }
.nbg-lb-count { font-size: 11px; letter-spacing: .18em; color: var(--gold); }
.nbg-lb-stage { position: relative; display: grid; place-items: center; min-height: 0; padding: 0 80px; }
.nbg-lb-img { width: auto; height: auto; max-width: min(860px, 100%); max-height: calc(100vh - 200px); object-fit: contain; border-radius: 8px; box-shadow: 0 24px 60px rgba(0, 0, 0, .35); }
.nbg-lb-close, .nbg-lb-nav { width: 46px; height: 46px; border: 1px solid rgba(197, 160, 112, .45); background: transparent; color: var(--gold); border-radius: 50%; cursor: pointer; display: grid; place-items: center; }
.nbg-lb-close:hover, .nbg-lb-nav:hover, .nbg-lb-close:focus-visible, .nbg-lb-nav:focus-visible { background: var(--gold); color: #fff; }
.nbg-lb-prev { position: absolute; left: 22px; top: 50%; transform: translateY(-50%); }
.nbg-lb-next { position: absolute; right: 22px; top: 50%; transform: translateY(-50%); }
.nbg-lb-strip { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; padding: 16px 24px 24px; }
.nbg-lb-strip button { width: 52px; height: 68px; padding: 0; border: 1px solid transparent; border-radius: 6px; overflow: hidden; opacity: .42; cursor: pointer; background: none; }
.nbg-lb-strip button.is-on, .nbg-lb-strip button:hover { opacity: 1; border-color: var(--gold); }
.p-info h1 { font-size: 42px; margin: 10px 0 0; }
.p-flourish { margin: 16px 0 22px 0; }
.p-lead { font-size: 16px; color: #4a433e; margin-bottom: 18px; line-height: 1.8; }
.p-info p { color: #5a544e; line-height: 1.8; margin-bottom: 16px; }
.specs { list-style: none; margin: 30px 0; border-top: 1px solid #ece6de; }
.specs li { display: flex; justify-content: space-between; gap: 20px; padding: 12px 2px; border-bottom: 1px solid #ece6de; font-size: 13px; }
.specs span { color: #9a938a; letter-spacing: .12em; }
.specs strong { font-weight: 500; color: #3a3330; text-align: right; }
.p-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.p-note { font-size: 12px; color: #8a847c; margin-top: 20px; line-height: 1.7; }

.article { max-width: 760px; margin: 0 auto; }
.tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; padding-top: 28px; border-top: 1px solid #ece6de; }
.tags a { padding: 8px 16px; border: 1px solid #e2d9cd; font-size: 11px; letter-spacing: .14em; color: #6a645e; }

@media (max-width: 900px) {
  .btn-wide { width: 100%; max-width: 300px; }
  .tb-left { display: none; }
  .topbar .wrap { justify-content: center; }
  .tb-right { gap: 18px; }
  .header .wrap { min-height: 64px; }
  .burger { display: block; }
  .menu-check:checked ~ .burger span:nth-child(1) { top: 8px; transform: rotate(45deg); }
  .menu-check:checked ~ .burger span:nth-child(2) { opacity: 0; }
  .menu-check:checked ~ .burger span:nth-child(3) { top: 8px; transform: rotate(-45deg); }
  .nav { position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; gap: 0; background: #fff; max-height: 0; overflow: hidden; transition: max-height .3s; }
  .menu-check:checked ~ .nav { max-height: 360px; border-bottom: 1px solid #eee; }
  .nav li { width: 100%; }
  .nav a { padding: 15px 24px; border-top: 1px solid #f3ede5; }
  .nav .is-active,
  .nav .current-menu-item > a,
  .nav .current_page_item > a { color: var(--gold); }
  .nav .is-active::before,
  .nav .current-menu-item > a::before,
  .nav .current_page_item > a::before,
  .nav .current-menu-parent > a::before { display: none; }
  .about-grid, .cards, .feats, .shots, .shots-page, .posts, .stats { grid-template-columns: 1fr 1fr; }
  .contact-grid, .product { grid-template-columns: 1fr; gap: 44px; }
  .p-main { aspect-ratio: 4/5; }
  .nbg-lb-top { padding: 14px 16px; gap: 12px; }
  .nbg-lb-title { font-size: 18px; }
  .nbg-lb-stage { padding: 0 16px; }
  .nbg-lb-img { max-height: calc(100vh - 220px); }
  .nbg-lb-prev, .nbg-lb-next { top: auto; bottom: 92px; transform: none; }
  .nbg-lb-prev { left: 16px; }
  .nbg-lb-next { right: 16px; }
  .hero-copy { padding-top: 16vh; }
  .about-photo, .cards img, .shots img { height: 260px; }
  .feats div + div { border: 0; }
  .floral, .cta-bow { display: none; }
  .cta .wrap { padding-right: 0; }
  .foot { flex-wrap: wrap; }
  .cell { flex: 1 1 40%; border: 0; }
}

@media (max-width: 600px) {
  .about-grid, .cards, .feats, .shots, .shots-page, .posts, .stats, .form { grid-template-columns: 1fr; }
  .cta { padding: 34px 0; }
  .cta .row { flex-direction: column; gap: 20px; text-align: center; }
  .cta p { font-size: 20px; }
  .hero { height: auto; min-height: 460px; }
  .foot { flex-direction: column; }
  .cell { flex: none; width: 100%; }
}

/* WordPress temel sınıfları */
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.alignleft { float: left; margin: 6px 24px 18px 0; }
.alignright { float: right; margin: 6px 0 18px 24px; }
.aligncenter { display: block; margin: 24px auto; }
.alignwide, .alignfull { max-width: 100%; }
.wp-caption { max-width: 100%; }
.wp-caption-text, .wp-element-caption { font-size: 12px; color: #8a847c; text-align: center; margin-top: 8px; }
.sticky .post { border-color: var(--gold); }
.prose figure { margin: 30px 0; }
.prose figure img { margin: 0; }
.prose a { color: var(--gold); border-bottom: 1px solid #e7dccd; }
.prose table { width: 100%; border-collapse: collapse; margin-bottom: 18px; }
.prose th, .prose td { padding: 10px 12px; border: 1px solid #ece6de; font-size: 14px; text-align: left; }

/* Sayfalama (the_posts_pagination) */
.pager .nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.pager .page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 14px; border: 1px solid #e2d9cd; font-size: 13px; color: var(--ink); }
.pager .page-numbers.current { background: var(--gold); border-color: var(--gold); color: #fff; }
.pager .page-numbers.dots { border-color: transparent; }

/* Yorumlar */
.comments { margin-top: 20px; }
.comments-title { font-size: 24px; margin-bottom: 24px; }
.comment-list, .comment-list .children { list-style: none; margin: 0 0 36px; padding: 0; }
.comment-list .children { margin-left: 28px; }
.comment-body { padding: 22px 0; border-bottom: 1px solid #ece6de; }
.comment-author { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.comment-author img { width: 40px; height: 40px; border-radius: 50%; }
.comment-metadata { font-size: 11px; letter-spacing: .12em; color: #9a938a; margin: 6px 0 10px; }
.comment-content p { color: #555; line-height: 1.8; margin-bottom: 10px; }
.reply a, .comment-reply-link { font-size: 11px; letter-spacing: .14em; color: var(--gold); }
.comment-respond .comment-reply-title { font-size: 24px; margin-bottom: 22px; }
.comment-form .comment-form-cookies-consent { grid-column: 1 / -1; display: flex; align-items: center; gap: 10px; font-size: 13px; color: #6a645e; }
.comment-form .comment-form-cookies-consent input { width: auto; }
.search-form { max-width: 460px; }
