/*
Theme Name: FUNTEC Theme
Author: Jader
Version: 1.0
*/

.custom-logo {
  height: 60px;
  width: auto;
}
/*
.nav-links {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.nav-links a,
.nav-links span {
    padding: 10px 16px;
    border-radius: 12px;
    background: white;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    text-decoration: none;
    font-weight: 600;
    transition: all .2s ease;
}

.nav-links a:hover {
    border-color: #3B5BDB;
    color: #3B5BDB;
}

.nav-links .current {
    background: #3B5BDB;
    color: white;
    border-color: #3B5BDB;
    font-weight: 700;
}
*/
.card-base {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.card-base:hover {
  border-color: #2A8AD2;
  box-shadow:
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.mobile-menu-list .sub-menu {
  display: none;
}

.mobile-menu-list .menu-item-has-children.open > .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1rem;
  margin-top: 0.5rem;
}

.mobile-menu-list .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu-list .menu-item-has-children > a::after {
  content: '+';
  font-size: 1.2rem;
  font-weight: 600;
  color: #64748b;
}

.mobile-menu-list .menu-item-has-children.open > a::after {
  content: '−';
}

/* Forms */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}

.prose .wp-block-paragraph {
  margin-bottom: 2.25rem;
  line-height: 2;
  font-size: 1.15rem;
}