/* Custom styles for Research Methods 2 slides */

/* Title slide styling */
.title-slide {
  text-align: center;
  vertical-align: middle;
}

.title-slide h1 {
  font-size: 2.5em;
  color: #2c3e50;
}

.title-slide h2 {
  font-size: 1.5em;
  color: #7f8c8d;
  margin-top: 0.5em;
}

/* General slide styling */
.reveal .slides section {
  text-align: left;
}

.reveal h1, .reveal h2, .reveal h3 {
  color: #2c3e50;
  margin-bottom: 0.5em;
}

/* Code blocks */
.reveal pre {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 5px;
}

/* Lists */
.reveal ul, .reveal ol {
  margin-left: 1em;
}

.reveal li {
  margin-bottom: 0.3em;
}

/* Blockquotes */
.reveal blockquote {
  border-left: 4px solid #3498db;
  padding-left: 1em;
  font-style: italic;
  background-color: #f8f9fa;
  padding: 1em;
  border-radius: 5px;
}

/* Tables */
.reveal table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
}

.reveal th, .reveal td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.reveal th {
  background-color: #f2f2f2;
  font-weight: bold;
}

/* Images */
.reveal img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Highlight important text */
.highlight {
  background-color: #fff3cd;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}

/* Two-column layout */
.two-column {
  display: flex;
  gap: 2em;
}

.two-column > div {
  flex: 1;
}
