
/*maliva cta btn css*/
.image-row {
    display: flex;
    justify-content: center; /* centers items horizontally */
    gap: 2rem; /* space between the two images */
    margin-top: 1.5rem;
}

/* Each image + caption container */
.image-item {
    text-align: center; /* centers text above image */
    flex: 1 1 0; /* allows responsive scaling */
    max-width: 200px; /* optional max width */
}

/* Caption above image */
.image-caption {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
}

/* Center the image in its container */
.center-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; /* optional rounded corners */
}
.image-item.clickable {
  cursor: pointer;
}
/*maliva cta btn css end here*/

/* PHQ-9 Start */
body #phq-9 button.btn.btn-bedu {
background-color: transparent !important;
    color: #3c8fff !important;
    padding: 0 !important;
    border: none !important;;
    display: block !important;;
}
.phq-9 .diagnosis.bg-green .image-item.clickable {
	background: #fff;
    padding-bottom: 10px;
	    display: block;
}
.phq-9 .diagnosis.bg-green .image-item.clickable span {
	font-size: 14px;
    line-height: 9px;
    color: #38598a;
    margin-bottom: 0;
}
/* PHQ-9 end */