.accordion {
  margin-top: 20px;
}

.accordion-item {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.accordion-header {
  background-color: #f5f5f5;
  padding: 12px 16px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.accordion-header:hover {
  background-color: #e2e2e2;
}

.accordion-content {
  display: none;
  padding: 10px 20px;
  background-color: #fff;
}

.accordion-content ul {
  list-style: none;
  padding-left: 0;
}

.accordion-content li {
  margin-bottom: 8px;
}

.accordion-content li::before {
  margin-right: 5px;
}

.resource-toggle {
    background: none;
    border: none;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    margin-bottom: 5px;
    text-align: left;
}

.resource-downloads {
    margin-left: 20px;
    margin-bottom: 15px;
}

.resource-downloads a {
    color:rgb(15, 15, 15); /* Replace with your preferred color */
}

h1.resource-directory-title {
    padding: 20px;
    margin-top: 20px;
}



.custom-login-form {
    max-width: 400px;
    margin: 80px auto;
    padding: 30px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
}

.custom-login-form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.custom-login-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    color: #444;
}

.custom-login-form input[type="text"],
.custom-login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.custom-login-form button {
    width: 100%;
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.custom-login-form button:hover {
    background-color: #005c8a;
}


.login-error {
    color: red;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
}


.resource-description {
    background-color: #f4f8fb;
    border-left: 5px solid #0073aa;
    padding: 20px 25px;
    margin: 30px auto;
    font-size: 16px;
    color: #333;
    line-height: 1.7;
    max-width: 800px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.resource-description p {
    margin: 0;
}


.add-resource-button {
  background-color: #007BFF;
  color: white;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  transition: background 0.3s ease;
  white-space: nowrap; /* Keeps button in one line */
}

.add-resource-button:hover {
  background-color: #0056b3;
}

a.add-resource-button {
    margin: 15px;
    margin-left: 50px;
}

.resource-header {
  display: ruby;
  align-items: center;
  margin-bottom: 20px;
}

.resource-directory-title {
  margin: 0;
  font-size: 24px;
}

body .gfield_required {
    display: none !important;
}



