.elementor-74228 .elementor-element.elementor-element-5915aa0{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8130dac */.interview-skills-resources {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7;
  color: #333;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.interview-skills-resources h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #0A4958;
}

.resource-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.resource-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1.2rem;
  background-color: #fafafa;
  transition: box-shadow 0.3s ease;
}

.resource-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.resource-card h2 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.resource-card a {
  color: #0A4958;
  text-decoration: none;
}

.resource-card a:hover {
  text-decoration: underline;
}

.resource-card p {
  margin: 0;
}

@media (min-width: 700px) {
  .resource-links {
    grid-template-columns: 1fr 1fr 1fr;
  }
}/* End custom CSS */