/* ========== Global ========== */
body {
    background-color: #ffffff;
}

.inside-header {
  padding: 6px 12px;
}

.separate-containers .inside-article{
  padding: 0px;
}

.separate-containers .site-main {
    margin: 0px;
}

.unselect {
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
}

/* ========== Google login ========== */
div.nsl-container[data-align="left"] {
    text-align: center !important;
}
#nsl-custom-login-form-1 .nsl-container-embedded-login-layout-below {
    padding: 0px 0px 0px !important;
	margin: -8px 0px 0px 0px;
}
div.nsl-container.nsl-container-block .nsl-container-buttons {
    width: 100% !important;
}
div.nsl-container .nsl-button-google[data-skin="light"] {
    border-radius: 8px !important;
}

/* ========== Certificate ========== */
hr.cer1 { 
  opacity: 1;
  width: 70%;        /* make the line 80% wide */
  margin: 0 auto;    /* centers it horizontally */
  border: none;
  border-top: .5px solid #ccc;
}
.head{
	text-align: center; 
	letter-spacing: 0.02em; 
	font-weight:500; 
	color:inherit;
}
.head1{
    font-size:360%; 
	margin: 40px 0px 0px 0px;
}
.head2{
    font-size:200%; 
	margin: 0px;
}

.head3{
	margin: 50px 0px 0px 0px;
}

.namehead{
	font-family: 'Great Vibes', cursive; 
	text-align: center;
	font-size:450%; 
	margin: 0px 0px -35px 0px;
}

.head4{
	margin: 50px 0px 50px 0px; 
	text-align: center; 
	font-size:180%; 
}

.head5{
	font-family: 'Great Vibes', cursive;
	margin: 0px 0px -10px 0px; 
	text-align: center; 
	font-size:160%; 
}

.head6{
	margin: 0px 0px 0px 0px; 
	text-align: center; 
	font-size:150%; 
}

/* ========== Welcome ========== */
.shadow2{
	border: 1px solid #cccccc;
  border-radius: 8px;
  box-shadow: .1px .1px 4px 0 rgba(0,0,0,0.2), 2px 2px 4px 0 rgba(0,0,0,0.19) !important;
}
.centercolumn {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

/* ========== Signup Page ========== */

/* Full-screen background with centered content */
.full-screen-background {
  width: 100vw;
  min-height: 100vh; /* allow to grow with content */
  margin-left: calc(-50vw + 50%); /* GeneratePress full width fix */
  margin-top: -80px; /* adjust based on header height */
  background-image: url('/wp-content/uploads/2025/08/Background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start; /* keep content starting at the top */
  justify-content: center; /* center horizontally */
  padding: 200px 20px; /* space from header and footer */
  box-sizing: border-box;
}

/* Horizontal shift wrapper */
.form-container {
  width: 400px;
  transform: translateX(20%); /* shift form 20% to the right on large screens */
}

/* Reset horizontal shift and center form on small screens */
@media (max-width: 480px) {
  .form-container {
    transform: translateX(0); /* remove shift */
	width: 400px;
	padding: 10px;
  }
}

/* Form box styling */
.formbox {
  padding: 60px 30px 40px 30px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}


/* ========== Home page ========== */

.main-navigation .main-nav ul li a {
    line-height: 38px;
}

/* Hero Section with gradient overlay */

.hero-section {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  height: auto; /* natural image height */
  margin-top: -140px; /* adjust based on header height */
}

/* Circular gradient overlay */
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; /* above image, below text */
  pointer-events: none;
  background: radial-gradient(
    circle at 70% 50%,   /* center at 70% right, 50% vertical */
    rgba(255,255,255, 0.1) 0%,  /* center color */
    rgba(255,255,255, 0.2) 30%,
    rgba(60,60,60, 0.6) 80%,        /* outer color */
    rgba(60,60,60, 0.9) 100%
  );
}

/* Hero image */
.hero-section img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 1; /* behind overlay */
}

/* Hero content */
.hero-content {
  position: absolute;
  top: 50%;
  left: 10%;               /* left-aligned */
  transform: translateY(-50%);
  z-index: 3;
  text-align: left;
  max-width: 550px;
  padding: 20px 30px;   /* spacing inside the box */
  background: rgba(60, 60, 60, 0.0); /* transparent background */
  border-radius: 10px;      /* optional rounded corners */
}

/* Text and button styling */
.hero-content h1,
.hero-btn {
  color: white;
  font-weight: 900;
}

.hero-content h4 {
  color: white;
  font-weight: 500;
}

.hero-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #E3E8EA;
  box-shadow: 0.1px 0.1px 4px rgba(0,0,0,0.2), 2px 2px 4px rgba(0,0,0,0.19);
  border: none;
  color: #344054;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.3s;
  margin-top: 10px; /* space from paragraph */
}

.hero-btn:hover {
  background: #55555e;
  color: white;
}

/* Header floating above hero */
.site-header {
  position: relative;
  z-index: 3;
  background: linear-gradient(to bottom,
      rgba(255,255,255, 1.0) 0%, 
      rgba(255,255,255, 0.5) 50%, 
      rgba(255,255,255, 0.1) 100%
  );
}

/* Tablets / iPad */
@media (max-width: 1200px) {
   .hero-section {
    margin-top: -80px; /* less negative margin for small screens */
  }
	
 .hero-section img {
  object-fit: cover;
  object-position: 70% top; /* 10% shift left from center */
  height: 600px;
  width: 100%;
  display: block;
  }
	
  .hero-content {
    left: 2%;
    top: 60%;
    max-width: 50%;
    padding: 15px 20px;
  }

  .hero-content h1 {
    font-size: 1.5rem;
  }

  .hero-content h4 {
    font-size: .9rem;
  }

  .hero-btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}

/* Mobile phones */
@media (max-width: 480px) {
  .hero-section {
    margin-top: -80px; /* less negative margin for small screens */
  }

.hero-section img {
  object-fit: cover;
  object-position: 74% top; /* 10% shift left from center */
  height: 600px;
  width: 100%;
  display: block;
}
	
  .hero-content {
    left: 2%;
    top: 50%;
    max-width: 60%;
    padding: 10px 15px;
  }

  .hero-content h1 {
    font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 6px;
  }

  .hero-content h4 {
    font-size: 1rem;
	font-weight: 600;
  }

  .hero-btn {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  .has-inline-mobile-toggle #site-navigation.toggled {
    background: white;
  }
}

/* ========== Avatar Picture For Quiz Cards ========== */
.overlapmale {
    margin: 0 0 0 -25px;
}
.overlapfemale {
    margin: 0 0 0 -25px;
}

.partnermale, .maleinfo {
    text-align: right;
    border-right: solid #bbb thin;
    padding: 0 10px;
    font-size: 13px;
}
.partnerfemale, .femaleinfo {
    text-align: left;
    border-left: solid #bbb thin;
    padding: 0 10px;
    font-size: 13px;
}

.frm_round {
    border-radius: 50%;
    border: 8px solid #efefef;
    width: 130px;
    height: 130px;
}

img.frm_round {
    width: 130px;        /* or whatever size you want */
    height: 130px;       /* force square to prevent distortion */
    object-fit: cover;   /* crops instead of squishing */
    border-radius: 50%;  /* makes it perfectly round */
    display: inline-block;
}

.imgadjust {
    margin-bottom: -40px;
}

.avatar_rnd {
    border-radius: 50%;
    border: 4px solid #efefef;
	object-fit: cover;  
 	display: inline-block;
	width:130px;
    height: 130px;
}



/* ========== Student Quiz Cards ========== */
.ext1 > div{
    box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin-bottom: 28px;
}

.ext2 {
    box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin-bottom: 28px;
}

.shadow1 > div {
    border: none !important;
    box-shadow: none !important;
}
.cardheader {
    background-color: #f4f4f6;
    border-radius: 10px 10px 0 0;
    padding: 15px 0 1px;

}
.buttonpad {
    padding: 10px 20px 35px;
}

/* ========== Assessment ========== */

.general {
	width: 400px;
	margin:auto;
}

#form_assessment input[type="radio"]::before {
	width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    box-shadow: 0 0px 6px rgba(158, 167, 215, .5) inset, 0 0 16px rgb(8 124 215 / 90%);
}
#form_assessment .frm_opt_container {
	justify-content: center;
	display: flex;
	align-items: center;
}
#form_assessment .frm_display_format_buttons.horizontal_radio .frm_opt_container {
	justify-content: left;
}

#form_assessment .general [id^="field_"][id$="-0"] {
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 8px 8px;
}

#form_assessment [id^="field_"][id$="-0"] {
    float: right;
    margin: -10px 6px -8px 8px;
    padding: 20px;
}
#form_assessment [id^="field_"][id$="-1"] {
    padding: 15px;
}
#form_assessment [id^="field_"][id$="-2"] {
    padding: 10px;
}
#form_assessment [id^="field_"][id$="-3"] {
    padding: 10px;
}
#form_assessment [id^="field_"][id$="-4"] {
    padding: 15px;
}
#form_assessment [id^="field_"][id$="-5"] {
    padding: 20px;
}
#form_assessment .centerass .frm_primary_label {
	text-align: center;
	line-height: 2;
	font-size: 20px;
	margin: 30px 0px 10px 0px;
}

.grey{
	background-color: #00000009;
}
.white{
	background-color: #00000000;
}
.firstcol{
	width: 260px;
	padding: 5px 0px 5px 10px;
	border: none;
	text-align: left;
}
.secondcol{
	text-align: right;
	padding: 0px 10px 0px 0px;
	border: none;
}
.s1{
	color: blue;
	text-align: right;
}
.s2{
	color: #e16e82;
	text-align: right;
}

.assessheading{
	font-size: 22px; 
	font-weight: 400;
}

.assesswordingmale{
	color: blue;
	font-size: 18px; 
	line-height: 1.3;
}
.assesswordingfemale{
	color: #e16e82;
	font-size: 18px; 
	line-height: 1.3;
}

.pdfbutton{
	text-align: center;
	padding: 20px;
}
.ww{
	display: none;
}
/* ========== Quiz Forms ========== */

.with_frm_style .frm_form_field.frm_html_container {
	font-size: 16px;
	color: #1d2939;
	padding: 10px 0px 0px 0px;
}

.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 8px;
}

.sumhead{
	font-size: 28px;
}

/* ========== Entry Speech Bubbles ========== */

.gender-entry-bubble {
    position: relative;
    padding: 10px 15px;
    border-radius: 12px;
    max-width: 100%;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.4;
    display: inline-block;
    word-wrap: break-word;
}

.male-entry .gender-entry-bubble {
    background-color: #e5f2fb;
    color: #003366;
}
.male-entry .gender-entry-bubble::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    border: 10px solid transparent;
    border-right-color: none;
}
.female-entry .gender-entry-bubble {
    background-color: #ffecf5;
    color: #800040;
}
.female-entry .gender-entry-bubble::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 10px;
    border: 10px solid transparent;
    border-left-color: none;
}

/* Default = one column (web + PDF) */
.gender-view-wrapper .gender-columns {
    display: block;
}
.gender-view-wrapper .gender-column {
    width: 100%;
}

/* Two column mode */
.gender-view-wrapper.two-column .gender-columns {
    display: flex;
    gap: 20px;
}
.gender-view-wrapper.two-column .gender-column {
    flex: 1;
}
/*============PDF==============*/

/* Hide on web */
.pdf-only-logo {
    display: none;
}
.pdf-only-image {
    display: none;
}
.showcomment {
  display: none !important;
}

/* ========== Progress Circles ========== */
.quiz-progress-wrapper-male {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
	justify-content: flex-end;
}
.quiz-progress-wrapper-female {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
}
.quiz-progress-circle {
    width: 100px;
    text-align: center;
    flex: 0 0 100px;
}
.quiz-progress-svg-wrapper {
    position: relative;
    height: 100px;
    width: 100px;
    margin: 0 auto;
}
.quiz-progress-circle-bg {
    stroke: #e6e6e6;
}
.quiz-progress-circle-fg {
    stroke: #00aaff;
    stroke-linecap: round;
}
.quiz-progress-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quiz-progress-label {
    margin-top: 0;
    font-size: 13px;
    color: #555;
    line-height: 1.3;
}
.female-progress {
    margin-right: auto;
}
.male-progress {
    margin-left: auto;
}

/* ========== Buttons ========== */
.button1 {
    background-color: #E3E8EA;
    box-shadow: 0.1px 0.1px 4px rgba(0,0,0,0.2), 2px 2px 4px rgba(0,0,0,0.19);
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: black;
    width: 100%;
    padding: 8px 0;
}
.button1:hover {
    background-color: #55555e;
    color: white;
}

.button2 {
    background-color: #E3E8EA;
    box-shadow: 0.1px 0.1px 4px rgba(0,0,0,0.2), 2px 2px 4px rgba(0,0,0,0.19);
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: black;
	cursor: pointer;
	padding: 8px 20px;
}
.button2:hover {
    background-color: #55555e;
    color: white;
}

.button3 {
    background-color: #e7ffe8;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: black;
	cursor: pointer;
	padding: 2px 10px;
}
.button3:hover {
    background-color: #55555e;
    color: white;
}

.layout-toggle-buttons {
    width: 300px;
    margin: 20px auto; /* centers horizontally */
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.layout-toggle-buttons .button1 {
    flex: 1;
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.centerbutton{
    width: 400px;
    margin: 0 auto;
}

.frm_flex, .frm_full_row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
	background-color: #E3E8EA;
    box-shadow: 0.1px 0.1px 4px rgba(0,0,0,0.2), 2px 2px 4px rgba(0,0,0,0.19);
	border: none;
	color: #344054;
	width: 195px;

}


.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    background-color: #55555e;
    color: white;
	border: none;
	
}

.frm_forms.frm_full_submit .frm_submit.frm_flex button {
	background-color: #E3E8EA;
    box-shadow: 0.1px 0.1px 4px rgba(0,0,0,0.2), 2px 2px 4px rgba(0,0,0,0.19);
	border: none;
	color: #344054;
}

.frm_forms.frm_full_submit .frm_submit.frm_flex button:hover {
    background-color: #55555e;
    color: white;
	border: none;
}

.frm_style_formidable-style.with_frm_style input[type=submit]{
	background-color: #E3E8EA;
    box-shadow: 0.1px 0.1px 4px rgba(0,0,0,0.2), 2px 2px 4px rgba(0,0,0,0.19);
	border: none;
	color: #344054;
	width: 100%;
}

.frm_style_formidable-style.with_frm_style input[type=submit]:hover{
    background-color: #55555e;
    color: white;
	border: none;
}


.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message {
	background-color: #E3E8EA;
    box-shadow: 0.1px 0.1px 4px rgba(0,0,0,0.2), 2px 2px 4px rgba(0,0,0,0.19);
	border: none;
	color: #344054;
	width: 100%;
}

/* ========== Color Coded User Boxes ========== */
.user-group-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.user-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 300px;
    background: #f9f9f9;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
}
.user-box.male {
    border: 1px solid #95c8f7;
}
.user-box.female {
    border: 1px solid #f9a0c3;
}
.user-avatar img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.user-info {
    display: flex;
    flex-direction: column;
}
.user-name {
    font-size: 1rem;
    font-weight: bold;
}
.user-role {
    font-size: 0.9rem;
    color: #666;
}

/* ========== Gender-Based Layout ========== */
.gender-columns {
    display: flex;
    gap: 20px;
    transition: all 0.3s ease;
}
.gender-column {
    flex: 1;
}
.one-column .gender-columns {
    flex-direction: column;
}
.mentor-entry-bubble {
    background-color: #f1f1f1;
    padding: 8px 16px;
    margin-bottom: 10px;
    border-left: 4px solid #0073aa;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* ========== Horizontal Lines ========== */
hr.new1 {
    margin: 6px 0 6px 24px;
    border-top: 1px solid #ccc;
}
hr.new2 {
    margin: 6px 24px 6px 0;
    border-top: 1px solid #ccc;
}
hr.new3 {
    margin: 0 0 10px;
    border-top: 1px solid #ccc;
}
hr.new4 {
    margin: 12px 0 10px;
    border-top: 1px solid #ccc;
}

/* ========== Accordion ========== */
.wpfaccordion {
    color: #444;
    cursor: default;
    padding: 0;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 10px;
    background-color: #fff;
	width: 100%;
}

.wpfaccordion:hover,
.wpfaccordion:focus {
    color: #444;
    background-color: #fff;
}

.wpfaccordion:active {
    border-radius: 10px;
}
/* ========== Accordion Instruction ========== */
.my-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.wpfaccordion-active {
  background-color: #ddd; /* optional for active state */
}


/* ========== Billing ========== */
.receipt-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.top-row {
  font-size: 14px;
}
.middle-row {
  font-size: 12px;
}
.receipt-table th, .receipt-table td {
   border: 1px solid #BFC3C8;
  padding: 6px;
}
.total-row {
   font-size: 14px;
}

/* ========== Responsive ========== */
@media (max-width: 767px) {
    .separate-containers .inside-article {
        padding: 0px !important;
    }
	.ext1 {
        margin-bottom: 14px;
    }
	.separate-containers .inside-article {
    	padding: 12px;
     }
    .cardheader,
    .cardheader1 {
        border-radius: 10px;
    }
    .wpfaccordion {
        cursor: pointer;
        width: 100%;
    }
    .wpfaccordion-active,
    .wpfaccordion:hover {
        background-color: #fff;
        color: #444;
    }
    .wpfpanel {
        padding: 0;
        max-height: 0;
        overflow: hidden;
        margin: 0;
        transition: max-height 0.2s ease-out;
    }
    .wpfpanel p {
        margin-top: 0;
    }
    .wpfaccordion:after {
        content: '\02795';
        font-size: 13px;
        float: right;
        margin: -42px 10px 0 30px;
    }
    .wpfaccordion-active:after {
        content: '\2796';
    }
    .frm4 {
        grid-column: span 12 / span 12;
    }
	.assesscol .frm6 {
        grid-column: span 12 / span 12;
    }

    .gender-columns {
        flex-direction: column;
    }

    .user-group-flex {
        flex-direction: column;
        align-items: center;
    }
	.user-box {
    width: 100%;
	}
	.inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 0px;
    }
	.layout-toggle-buttons {
    display: none;
    }
}


/* ========== Footer ========== */

.site-info, 
.site-footer {
    background-color: #E3E8EA;
}
.footer-widgets {
    background-color: #E3E8EA;
}
.footer-widgets {
    text-align: center;
    margin: 0 auto;
}
.footer-widgets-container {
    padding: 20px 0px 0px 0px;
}

/* ========== Mentor Comments field ========== */

/* Container for each comment */
.mentor_comment_container {
    width: 100%;
    margin-bottom: 10px;
}

/* Wrapper to position button inside textarea */
.mentor_comment_wrapper {
    position: relative;
    width: 100%;
}

.mentor_comment_field {
    width: 100%;
    overflow-y: hidden;
    resize: none;
    padding: 2px 0px 6px 12px; /* extra right padding for button */
    box-sizing: border-box;
    line-height: 1.5em;
    min-height: 1.5em;
	border-radius: 10px;
}

.mentor_comment_actions {
    position: absolute;
    right: 6px; /* right edge of textarea */
    top: 50%;   /* vertical center */
    transform: translateY(-50%); /* perfectly center */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.save_mentor_comment {
    padding: 10px 20px;
    font-size: 0.9em;
    cursor: pointer;
	border-radius: 10px;
	background-color: #E3E8EA;
	color: black;
}

.save_status {
    font-size: 0.8em;
    color: #333;
    margin-top: 2px;
    white-space: nowrap;
}

.mentor_comment_field:focus {
	border-color: #4199FD;
    outline: none; /* removes the default outline */
    box-shadow: 0px 0px 5px 0px rgba(65, 153, 253, 0.6);
}
.role-student .mentor-only {
  display: none !important;
}

.role-mentor .student-only, 
.role-church_admin .student-only {
  display: none !important;
}

/* ========== Overview Report Page ========== */

/* Container and sections */
.cr-section-title {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cr-mentor-title {
    margin-left: 20px;
    margin-top: 15px;
}

.cr-message {
    margin: 10px 0;
	text-align: center;
}

/* List and rows */
.cr-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.cr-mentor-list {
    padding-left: 40px;
}

.cr-row {
    padding: 10px;
    display: flex;
    flex-direction: column; /* default column for mobile */
    gap: 10px;
}

.cr-row-light { background-color: #f5f5f5; }
.cr-row-dark  { background-color: #ffffff; }

/* Couple row */
.cr-couple-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; /* allow wrapping on small screens */
    align-items: center;
    gap: 10px;
}

/* Columns */
.cr-col {
    flex: 1;
}

.cr-col-names {
    min-width: 150px;
}

.cr-col-progress {
    width: 0px;
    flex: 0 0 300px; /* fixed width on desktop */
}

.cr-col-button {
    width: 0px;
    flex: 0 0 180px; /* fixed width on desktop */
}

/* Student name */
.cr-student-name {
    margin-bottom: 4px;
}

/* Progress bar */
.cr-progress-bar {
    background: #e0e0e0;
    border-radius: 4px;
    height: 18px;
    width: 100%;
    margin: 4px 0;
    position: relative;
}

.cr-progress-fill {
    background: #00aaff;
    height: 100%;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    position: relative;
}

.cr-progress-text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

/* Button */
.cr-button-wrapper {
    padding: 0;
}

.cr-button {
    display: inline-block;
    padding: 6px 12px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
}

.cr-button:hover {
    background: #005f8d;
}

/* Responsive: collapse columns into one on smaller screens */
@media (max-width: 768px) {
    .cr-couple-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .cr-col {
        width: 100%;
        min-width: unset;
        flex: 1 1 auto !important;
    }

    /* Remove fixed widths on small screens */
    .cr-col-progress,
    .cr-col-button {
        flex: 1 1 auto !important;
        width: 100% !important;
    }
	
	.cr-mentor-list {
    padding-left: 0px;
	}
}

/* footer stick to bottom */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.container.grid-container {
    width: 100%;
}
.site-footer {
    margin-top: auto;
}

