<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name: AJ - Twenty Twenty-Four Child
 Theme URI: http://example.com/twentytwentyfour-child/
 Description: A child theme for Twenty Twenty-Four.
 Author: Your Name
 Author URI: http://example.com
 Template: twentytwentyfour
 Version: 1.0.4
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: twentytwentyfour-child
*/
.wp-block-columns.social-icons {
  width: 300px;
}

.site-header {
  border-bottom: 1px solid #cccccc;
}
.site-header .wp-block-site-logo {
  background-color: black;
  height: 60px;
  width: 60px;
  padding: 15px 8px;
}

.site-footer {
  border-top: 1px solid #cccccc;
}

.rounded-corner {
  padding: 15px 25px;
  border-radius: 15px;
}

/* Basic Form Container Styling */
.wpcf7 {
  max-width: 600px; /* Adjust the width as needed */
  margin: 2rem auto;
}

/* Input Fields and Textarea */
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box; /* Ensure padding is included in the element's total width and height */
}

/* Submit Button */
.wpcf7-submit {
  background-color: #222222; /* Blue background color */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s ease; /* Add a smooth transition on hover */
}

.wpcf7-submit:hover {
  background-color: #0062cc; /* Darker blue on hover */
}

/* Optional: Focus State for Input Fields */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  outline: none; /* Remove default outline */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Add a subtle blue shadow */
}

/* tags */
.wp-block-post-terms .wp-block-post-terms__separator {
  display: none;
}

figure a:focus {
  outline: none;
}

.wp-block-post {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.wp-block-post-terms {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.wp-block-post-terms a {
  background-color: gold;
  border: 0;
}
.wp-block-post-terms a:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}

.wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9; /* Common 16:9 aspect ratio */
}
.flat-embed .wp-block-embed__wrapper {
  aspect-ratio: 720/312;
}
.wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

.single-post figure.wp-block-post-featured-image {
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.single-post main {
  margin-top: 0;
}

.lead {
  font-family: cardo;
  font-size: 22px;
  line-height: 1.3em;
  margin: 48px auto;
  background: #e6e6e6;
  padding: 32px;
}
@media (max-width: 768px) {
  .lead {
    font-size: 18px;
    margin: 24px auto;
    padding: 24px;
  }
}

.wp-block-buttons {
  margin-top: 32px;
}

/*
==========================================================================
  Custom Block Styles for Buttons
==========================================================================
*/
/* --- 1. GitHub Button Style --- */
/* Targets buttons with the "GitHub" style selected */
.wp-block-button.is-style-custom-github .wp-block-button__link {
  position: relative;
  transition: background-color 0.2s ease-in-out;
  border-radius: 9999px;
  padding-left: 45px;
  font-size: 16px;
  font-family: var(--wp--preset--font-family--body);
}
.wp-block-button.is-style-custom-github .wp-block-button__link::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: white; /* Icon color */
  -webkit-mask-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"&gt;&lt;path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"&gt;&lt;/path&gt;&lt;/svg&gt;');
  mask-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"&gt;&lt;path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"&gt;&lt;/path&gt;&lt;/svg&gt;');
}
.wp-block-button.is-style-custom-github .wp-block-button__link:hover {
  background-color: gold !important;
  color: black !important;
}
.wp-block-button.is-style-custom-github .wp-block-button__link:hover::before {
  background-color: black;
}

/* --- 2. CTA Button Style --- */
/* Targets buttons with the "CTA" style selected */
.wp-block-button.is-style-custom-cta .wp-block-button__link {
  background: none;
  color: #000000 !important;
  position: relative;
  padding: 0 50px 0 0;
  font-size: 1em;
}

/* Arrow Icon */
.wp-block-button.is-style-custom-cta .wp-block-button__link::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #000000; /* Icon color */
  transition: transform 0.2s ease-in-out;
  -webkit-mask-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"&gt;&lt;path d="M246.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 41.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/&gt;&lt;/svg&gt;');
  mask-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"&gt;&lt;path d="M246.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 41.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/&gt;&lt;/svg&gt;');
}

.wp-block-button.is-style-custom-cta:hover .wp-block-button__link {
  transform: translateY(-2px);
}

.wp-block-button.is-style-custom-cta:hover .wp-block-button__link::after {
  transform: translateY(-50%) translateX(3px);
}

.wp-block-post-date {
  text-transform: uppercase;
  font-weight: 600;
}

figure.github-icon {
  width: 42px;
}
figure.github-icon img {
  width: 44px !important;
  margin-top: -4px;
}
</pre></body></html>