.ats-search-wrapper {
  text-align: center;
  margin: 40px 0;
}

.ats-search-wrapper input {
  width: 60%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 16px;
}

.ats-search-wrapper button {
  padding: 14px 20px;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 8px;
  margin-left: 10px;
  cursor: pointer;
}

.ats-container {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}

.ats-summary {
  font-size: 18px;
  margin-bottom: 20px;
}

.ats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
}

.ats-card {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 12px;
  background: #fff;
  transition: 0.2s;
}

.ats-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

h1, h2 {
  margin-top: 30px;
}

#ats-loader {
  margin-top: 15px;
  font-weight: bold;
}


/* ---------------------------- 
        CARD DESIGN 
--------------------------- */
.ats-section {
    margin: 30px 0;
}

.ats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
    gap: 20px;
}

.ats-card {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
}

.ats-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.ats-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.ats-card-body {
    padding: 15px;
}

.ats-location {
    color: #666;
    font-size: 14px;
}

.ats-rating {
    font-weight: bold;
    color: #f39c12;
}

.ats-price {
    color: green;
    font-weight: bold;
}


/* MemberPress Styles */
/* Wrapper */
.mepr-login-wrapper {
    max-width: 420px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    font-family: inherit;
}

/* Form rows */
.mepr-form .mp-form-row {
    margin-bottom: 18px;
}

/* Labels */
.mepr-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

/* Inputs */
.mepr-form input[type="email"],
.mepr-form input[type="text"],
.mepr-form input[type="password"] {
  width: 100%;
    padding: 23px 14px;
    border-radius: 50px;
    border: 1px solid #DBDBDB;
    font-size: 14px;
    transition: all 0.2s ease;
    background: #F5ECE2;
}

.mepr-form .input-password-wrap svg {
    display: none;
}

/* Password strength indicator */
.mp-form-row.mp-password-strength-area span:first-child {
    border-radius: 50px;
    border: none;
    width: max-content;
    padding: 10px 40px;
}


/* Input focus */
.mepr-form input:focus {
    border-color: #D97706;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(99,102,241,0.15);
}

/* Remember me */
.mepr-form input[type="checkbox"] {
    margin-right: 6px;
}

.mepr_price {
    font-size: 20px;
    font-weight: 700;
}

/* Submit button */
.mepr-submit,
.mepr-form .submit input[type="submit"] {
    width: 100%;
    padding: 12px !important;
    margin: 20px 0 !important;
    border-radius: 50px !important;
    border: none !important;
    background: #D97706 !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    cursor: pointer !;
    transition: all 0.2s ease;
}

/* Button hover */
.mepr-form .submit input[type="submit"]:hover {
    background: #b86404;
    transform: translateY(-1px);
}

/* Password toggle alignment */
.mepr-form .mp-hide-pw {
    position: relative;
}

.mepr-form .mp-hide-pw input {
    padding-right: 40px;
}

.mepr-form .mp-hide-pw button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
}

/* Small spacing fix */
.mepr-form .mp-spacer {
    display: none;
}

/* Responsive */
@media (max-width: 480px) {
    .mepr-form {
        padding: 20px;
    }
}
#rememberme{
      width: 20px;
    height: 20px;
}

.mepr-form [type='checkbox']:checked{
  background-color: rgb(217 119 6) !important;
}

.mepr-form [type='checkbox']:checked:focus{
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e") !important;
}


/* My Account Tabs */

@media (max-width: 480px) {
  #mepr-account-nav ul li {
      width: 40%;
  }
  #mepr-account-nav ul {
    justify-content: space-between;
  }
}

.mepr-form-has-errors{
  display: none;
}
#mepr-account-nav ul{
  display: flex !important;
}
li.mepr-nav-item{
    background: #e5e7eb;
    padding: 10px 25px;
    border-radius: 50px;
    color: #888;
    margin-bottom: 3rem;
    margin-right: 20px;
}
li.mepr-nav-item:hover{
    background: #D97706  !important;
    padding: 10px 25px;
    border-radius: 50px;
    color: #fff;
}
li.mepr-nav-item.mepr-active-nav-tab{
    background: #D97706  !important;
    padding: 10px 25px;
    border-radius: 50px;
    color: #fff;
}