.desktop-landmark-menu{display:none}
@media(min-width:1101px){
  .desktop-landmark-menu{display:block;margin:0 0 10px;border:1px solid #c7b68f;border-radius:14px;background:#fffdf8;overflow:hidden}
  .desktop-landmark-toggle{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;min-height:62px;padding:12px 16px;border:0;background:linear-gradient(105deg,#edf3ed,#fbf5e9);color:#123f34;text-align:left;cursor:pointer;font:inherit}
  .desktop-landmark-toggle strong{font-size:17px;letter-spacing:.05em}
  .desktop-landmark-toggle small{margin-left:14px;font-size:13px;color:#626e62}
  .desktop-landmark-action{flex:none;padding:8px 12px;border-radius:9px;background:#123f34;color:#fff;font-size:13px;font-weight:800}
  .desktop-landmark-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:16px;border-top:1px solid #ded6c5}
  .desktop-landmark-content[hidden]{display:none}
  .desktop-landmark-group h3{margin:0 0 8px;color:#876631;font-size:13px}
  .desktop-landmark-choices{display:flex;flex-wrap:wrap;gap:7px}
  .desktop-landmark-choices button{min-height:40px;padding:8px 12px;border:1px solid #d8dfd4;border-radius:9px;background:#f6f8f3;color:#173f34;cursor:pointer;font:inherit;font-size:14px;font-weight:700;line-height:1.4}
  .desktop-landmark-choices button:hover{border-color:#b19151;background:#f6eddb}
  .desktop-landmark-menu button:focus-visible{outline:3px solid #b19151;outline-offset:-3px}
}
@media(min-width:1101px) and (max-width:1300px){.desktop-landmark-toggle small{display:block;margin:4px 0 0}}
