/**
 * vc-custom.css
 * Legacy styles kept ONLY for native WordPress blog content
 * (single posts, archive listings) — scoped so nothing here
 * leaks into or overrides the Lounge 1888 Tailwind design.
 */

/* Blog post content links */
.entry-content a:not(.button):not(.btn) {
	
}
.entry-content a:not(.button):not(.btn):hover {
	text-decoration: underline;
}

/* Blog archive/listing layout (Journal page, when you build it) */
.row.archive-row article {
	display: flex;
	align-items: center;
}
.row.archive-row article .post-img {
	max-width: 33%;
	flex-shrink: 1;
	margin-right: 1.5rem;
}

/* Form focus state — harmless, only applies if a .form-control input exists */
.form-control:focus {
	box-shadow: none;
	
}

section.py-24.md\:py-32.bg-charcoal\/40.border-y.border-border {
  display: none !important;
}
body {
	    padding-top: 60px;
}

/** Breakpoints **/

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {  }

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {  }

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {  

body {
	    padding-top: 80px;
}

}

/* X-Small devices  */
@media (max-width: 576px) {  }