.titleframe {
	background-color: #FF99BB;
}

.bottomframe {
	background-color: #FFDDEE;
}


.sdiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /*space-between;*/
	align-items: top;
	font-size: x-small;
	text-align: center;
	gap: 10px;
	min-width: 100%;
}

.sp {
	width: 256px;
	word-break: break-all;
}

.simg {
	border: 3px #FF0080 solid;
	cursor: pointer;
}

.contentframe {
	background-color:#FFBBDD;
	font-family: "Arial";
	text-align: center;
}

.bottomframe {
	text-align: center;
	display: block;
}

.u-section-3 {
	min-height: 0px;
}

.u-section-3 .u-group-1 {
	min-height: 0px;
}

.zoom-overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    flex-direction: column;
	z-index: 999999;
}

.zoom-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
    cursor: pointer;
	z-index: 999999;
}