/*
Theme Name: OA Hope Castos Customized
Description: Child theme for OA Hope
Author: OA Footsteps Digital Committee <digitalcommittee@oafootsteps.com>
Template: oahope
Version: 1.1.3
Text Domain: oahope-castos-customized
*/

:root {
  --oa-field-heading-color: #1a1e24;
  --oa-radio-label-color: #5c6b76;
  --oa-default-color: #000;
  --oa-input-text-color: #000;
  --oa-placeholder-text: #888;
  --oa-container-border-color: #ddd;
  --oa-text-field-border-color: #979696;
  --oa-background-color: #f9f9f9;
  --oa-spacing-base: 1rem;
  --oa-font-size-base: 1rem;
  --oa-font-size-largest-4: 1.4rem;
  --oa-font-size-largest-3: 1.3rem;
  --oa-font-size-largest-2: 1.2rem;
  --oa-font-size-largest-1: 1.1rem;
  --oa-font-size-largest: 1rem;
  --oa-font-size-larger: 0.9rem;
  --oa-font-size-large: 0.8rem;
  --oa-font-size-medium: 0.7rem;
  --oa-font-size-small: 0.6rem;
  --oa-font-size-smaller: 0.65rem;
}

.oahope-castos-customized-container {
  font-size: var(--oa-font-size-base);
  color: grey;
  display: flex;
  flex-direction: column;
  margin: var(--oa-spacing-base) 0;
  padding: var(--oa-spacing-base);
  border: 1px solid var(--oa-container-border-color);
  background: var(--oa-background-color);
}

.oahope-castos-customized-container #top {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-items: center;
}

.oahope-castos-customized-container input[type="text"] {
  color: var(--oa-default-color);
  font-weight: 450;
  font-size: var(--oa-font-size-largest-3);
  margin: 0.3em 0;
  border: 2px solid #144565f1;
  border-radius: 8px;
  padding: 20px 18px;
  min-height: 44px;
}

.oahope-castos-customized-container input[type="text"]::placeholder {
  color: var(--oa-default-color);
  font-size: var(--oa-font-size-largest-3);
  font-weight: 400;
}

.oahope-castos-customized-container #bottom {
  display: flex;
  flex: 2;
  width: 100%;
  flex-direction: row;
  justify-items: center;
  justify-content: space-around;
  gap: 2rem;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.oahope-castos-customized-container .field-heading {
  font-size: var(--oa-font-size-largest-4);
  color: var(--oa-field-heading-color);
  font-weight: 600;
}

@media only screen and (min-width: 1000px) {
  /* .oahope-castos-customized-container form {
    flex: 1;
    gap: 2.3rem;
  } */
}

.oahope-castos-customized-container form fieldset {
  display: flex;
  flex-direction: column;
}

.oahope-castos-customized-container fieldset label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0.3em 0;
  font-size: var(--oa-font-size-largest-1);
  color: var(--oa-radio-label-color);
  font-weight: 600;
}

.oahope-castos-customized-container button,
.oahope-castos-customized-container.button {
  margin-top: var(--oa-spacing-base);
  padding: 0.5em 1em;
  background-color: #f0f0f0;
  border: 1px solid var(--oa-container-border-color);
  border-radius: 4px;
  color: var(--oa-radio-label-color);
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: inline-block;
}

.oahope-castos-customized-container button:hover,
.oahope-castos-customized-container.button:hover {
  background-color: #e0e0e0;
  border-color: #979696;
}

.oahope-castos-customized-container button:active,
.oahope-castos-customized-container.button:active {
  background-color: #d0d0d0;
  transform: translateY(1px);
}

.oahope-castos-customized-container button.filter-clear {
  font-size: var(--oa-font-size-largest-1);
  align-self: center;
  margin: 1em 0;
}

.oahope-castos-customized-container-podcast-title {
  text-decoration: underline;
}

.oahope-castos-customized-container-podcast-title:hover {
  text-decoration: underline;
  text-decoration-color: blue;
}

/* Mobile tap states */
@media (max-width: 768px) {
  .post-title {
    margin: 0.5em 0;
  }

  .post-title a {
    position: relative;
    display: block;
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 6px;
    transition: background-color 0.2s ease;
    text-decoration: none;
  }

  .post-title a:active {
    background-color: rgba(0, 0, 0, 0.08);
    transform: scale(0.995);
  }

  /* Add -webkit-tap-highlight-color to remove default mobile tap highlight */
  .post-title a {
    -webkit-tap-highlight-color: transparent;
  }
}

/* Desktop Media Queries */
@media only screen and (min-width: 1000px) {
  .oahope-castos-customized-container {
    /* Add desktop-specific styles */
  }
}
