@media screen and (max-width: 500px) {
    .site-description {
      width: 190px;
    }
  	.entry-title {
      padding-left: 0;
      padding-right: 0;
	}
	h1 {
      font-size: 1.75rem;
	}
  .wp-block-kevinbatdorf-code-block-pro {
        width: 100vw !important;
        margin: 0; /* Remove any unnecessary margins */
    }
}

.comment-form-cookies-consent{
  display: none;
}

.wp-block-embed-youtube iframe{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 425px;
}

.wp-element-caption{
  font-size: 14px;
  text-align: center;
  font-style: italic;
}

.column-narrow{
  gap: 5px !important;
}

.column-narrow figure{
  margin-bottom: 0 !important;
}

input[type='search'] {
  border: 1px solid #CCC !important;
}

blockquote{
	font-size: 20px;
  line-height:1.5;
  	color: #676767;
  margin:0 0 1.25rem;
  padding:0
  border-left: 5px solid #BBB;
}

.align-top td{
  vertical-align: top;
}

pre, table {
  max-width:100%;
}
