/*-----หน้า ผบ.ศม.-------*/
/* โครงร่างหลัก ok*/
.commander-layout {
    display: flex;
    justify-content: center;   
    gap: 40px;
    align-items: flex-start;
    max-width: 980px;
    margin: 0 auto;
}
.commander-photo-col {
    flex: 0 0 240px;           
    text-align: center;
}

.commander-text-col {
    flex: 1;
    max-width: 600px;
}

.commander-logo-box {
    display: flex;
    justify-content: flex-end;   
    margin-bottom: 20px;  
}

.commander-photo {
    width: 100%;
    height: auto;
}

.commander-name-first {
  margin-top: 10px;
  font-size: 22px;        
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.commander-position {
  display: block;         
  font-size: 18px;       
  font-weight: 400;
  margin-top: 4px;
}
.commander-logo-first {
    width: 100px;
    height: auto;
}

.commander-header {
    text-align: center;
    margin-bottom: 20px;
}

.commander-header .mr-50 {
    margin-right: 50px;
}

.commander-body {
    font-size: 0.92rem;
    line-height: 1.75;
    color: #24466c;
}

/*----- กรอบ ผบ.ศม.------*/
.commander-image-frame {
	border: 2px solid #7da0c8;    
	padding: 4px;                
	background: #f8fbff;         
	border-radius: 6px;         
	width: 100%;
	height: auto;
	aspect-ratio: 170/261;
	object-fit: cover;
}

/*---end ผบ.ศม.---*/
/*---new commander----*/

/* ======================================
   BASE / RESET ที่เกี่ยวข้อง
====================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ======================================
   IMAGE
====================================== */
.commander-logo{
  width: 113px;
  height: auto;
}

.commander-logo--center{
  display: block;
  margin-inline: auto;
}

.commander-portrait{
  width: 246px;
  height: auto;
}

.commander-frame{
  border: 6px solid #5A8FA3;
  padding: 4px;
  border-radius: 6px;
}

/* ======================================
   GRID LAYOUT (LOCK POSITION)
====================================== */
.commander-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "left right";
  gap: 40px;
  align-items: start;
}

.commander-left{
  grid-area: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.commander-right{
  grid-area: right;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ======================================
   TEXT
====================================== */
.commander-paragraph{
  font-size: 20px;
  line-height: 1.9;
  text-align: justify; /* desktop only */
  font-style: italic;
}
.commander-paragraph-bold{
  font-size: 20px;
  line-height: 1.9;
  text-align: justify; /* desktop only */
  font-style: italic;
  font-weight: bolder;
}
.commander-paragraph--quote{
  max-width: 420px;
  margin: 0 auto;
  padding-inline: 1.5rem;   /* optical centering */
  text-align: left;
}
.commander-name{
  font-size: clamp(16px, 4vw, 22px);
  font-weight: 700;
}

/*.commander-name{
  font-size: 22px;
  font-weight: 700;
}*/
.commander-caption{
  font-size: clamp(15px, 3.8vw, 18px);
  font-weight: 700;
  text-align: center;
}

/*.commander-caption{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}*/

.commander-caption--bold{
  font-weight: 800;
}

.commander-position,
.commander-role{
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
/*--รอง ผบ.กรม--*/
.vice-commander-paragraph {
	text-align: center;
	font-style: italic;
}
/*--ลายเซ็นต์ ผบ.ศม.--*/

.sign {
	width: 200px;
	text-align: center;
	color: #24466c;
	margin: 0 auto;
	font-size: 90%;
	font-weight: bolder;
}
.sign span {
  white-space: nowrap;   
}

.sign span img{
  display: inline-block; 
  padding-left: 10px;
  vertical-align: baseline; 
  height: 38px;            
  width: auto;
}





