@charset "UTF-8";

/* Base Styles */
a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}

a, a:focus, a:hover, a:visited {
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700; 
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.post-content > .cat-links, .post-content > .read-more, .post-content > .tags-links {
  font-weight: var(--ast-blog-meta-weight, 400);
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  overflow-y: auto; /* Example replacement */
}

.wp-block-column {
  padding: 0;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  margin-bottom: 1em; 
}

.wp-block-gallery .blocks-gallery-item {
  overflow: hidden;
}

.post-content blockquote {
  padding: 1em 20px;
  border-left: 5px solid #ddd;
  color: #666;
  margin: 0 0 20px;
}

.attachment img {
  border: 0; /* Ensure border is reset */
}

/* Remove deprecated and non-existent properties */
.my-class {
  /* Removed scrollbar-gutter and replaced with overflow property */
  overflow: auto;
}

.my-other-class {
  transform: rotate(0deg);
}

.some-class {
  font-weight: 700;
}

.another-class {
  color: red !important;
}

@media (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 1200px) {
}

@media (min-width: 1201px) {
}
