.venue-box{margin:10px auto;width:calc(100% - 6rem);max-width:1440px;border:1px solid var(--color-content-border);border-radius:8px;background:var(--color-content-bg);padding:1.5rem}.venue-box-header{display:flex;justify-content:space-between;align-items:center}.venue-box-header h2{font-size:1.5rem;font-weight:800;font-family:var(--font-body);letter-spacing:1px}.venue-box-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:1rem}.venue-details-container-box{display:flex;justify-content:space-between;align-items:center}.venue-details-top{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:5px;margin-bottom:10px}.venue-details-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end}.venue-location-icon,.venue-name{font-size:.9rem;font-weight:500;font-family:var(--font-body);letter-spacing:1px}.venue-description{font-family:Inter,sans-serif}.venue-address,.venue-description{font-size:.9rem;font-weight:500;letter-spacing:1px}.venue-address{font-family:var(--font-body)}@media (max-width:800px){.venue-box-header h2{font-size:1.2rem}.venue-address,.venue-description,.venue-name{font-size:.8rem}.venue-box{width:100%;max-width:100%;padding:1rem;margin:10px auto}}@media (max-width:1300px){.venue-box-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (max-width:1024px){.venue-box-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:768px){.venue-box-grid{grid-template-columns:repeat(1,1fr);gap:1rem}}