/* default collapsed: one horizontal row with scroll */
.template-gallery.collapsed {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

/* expanded: wrap into a responsive grid */
.template-gallery.expanded {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  gap: 1rem;
  overflow-x: visible;
}


/* Template Styles */

/* Template 1: same “paper” */
.ql-editor.template-style-template1 {
  background: #fff;
  color: #111;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.2;
  padding: 0.5in 0.3in;
  box-sizing: border-box;
}

/* Headings */
.ql-editor.template-style-template1 h2 {
  font-family: inherit; 
  font-weight: 600;
  font-size: 1.1rem;
  margin: 1.5em 0 .5em;
  border-bottom: 1px solid #333;
  padding-bottom: .25em;
}

/* Lists */
.ql-editor.template-style-template1 ul {
  padding-left: 1em;
  margin: 0.3em 0;
  list-style-position: outside;
}
.ql-editor.template-style-template1 li {
  margin-bottom: 0.2em;
  padding-left: 0.5em;
}

/* Paragraphs */
.ql-editor.template-style-template1 p {
  margin: 0.3em 0;
  line-height: 1.3;
}

/* Job-title row */
.ql-editor.template-style-template1 .job-title-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  gap: 1rem;
}
.ql-editor.template-style-template1 .job-title {
  font-weight: 700;
  flex-grow: 1;
}
.ql-editor.template-style-template1 .dates {
  text-align: right;
  font-weight: normal;
  color: #333;
  font-size: 0.95em;
}



.ql-editor.template-style-template2 {
  font-family: 'Georgia', serif;
  font-size: 15px;
  line-height: 1.8;
  color: #1f2937;
  background-color: #f9fafb;
  padding: 0.5in 0.3in;  /* Reverted */
}

.ql-editor.template-style-template3 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 13px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  border-left: 4px solid #4b5563;
  padding: 0.5in 0.3in;  /* Reverted */
}

.ql-editor.template-style-template4 {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #111;
  background-color: #fff;
  border: 2px solid #e5e7eb;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  padding: 0.5in 0.3in;  /* Reverted */
}

.ql-editor.template-style-template5 {
  font-family: 'Roboto Slab', serif;
  font-size: 14.5px;
  line-height: 1.7;
  color: #1e293b;
  background-color: #fff;
  padding: 0.5in 0.3in;  /* Reverted */
}