/* 這是h2 */
.post h2 {
  border-bottom: 2px solid #457b9d;
  margin-top: 2.4rem;
  font-weight: bold;
  padding: 0 0 0.6rem 0;
  font-size: 1.4em;
  background: #1d3557;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* 這是h3 */
.post h3 {
  font-weight: bold;
  font-size: 1.2em !important;
  background: #1d3557;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 0.5em;
	}
.post h3::before{
content: "25A0";
background-color: #457b9d;
border-radius:0%;
padding:3px 0px 2px 0px;
margin:0px 7px 0px 0px;
	font-size:4px;
vertical-align: middle;
}

/* 這是假h2 */
.fake_h2 {
  border-bottom: 2px solid #f3f6f9;
  margin-top: 2.4rem;
  font-weight: bold;
  padding: 0 0 0.6rem 0;
  font-size: 1.4em;
  background: #457b9d;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* 這是超連結 */
.post a {
    color:#1e87c1;
		font-weight: bold;
  text-decoration: none !important;

}

.post a:hover {
  opacity: 0.5;
}

/* 這是按鈕 */
	
.post button {
    background-color: #457b9d !important;
    color: white !important;
    border: 2px solid #457b9d;
    padding: 15px 30px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;  /* 改為 block */
    font-size: 1em !important;
    margin: 1.75em auto;  /* 使用 auto 來水平置中 */
   transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 15px;
    width: 350px;
	max-width:100%
}


.post button:hover {
  transform: scale(1.1);
	 color:white !important;
	

}

.post button a{
    color: #ffffff !important;

  }



/* 這是列表 */
.post ul,
.post ol {
	font-size:0.9em;
  margin-bottom: 1em;
  background-color: #F0F0F0;
  padding: 1.25em 2.375em;
	border-radius:5px;
  background: #F0F0F0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.post li {
  margin: 0.5em 0;
}


/* 這是置FB貼文 */
.fb {
margin: 0 auto;
width:300px;
}



/* 這是列表 */
.pu {
  font-size: 0.8em;
  text-align: center;
  color: #BEBEBE;
	margin: -1em 0 1em 0;
}


  /* 這是螢光筆 */
  em {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 60%, #ffe66b 60%);
    font-style:normal !important;
		  font-weight: bold;
  }

/* 這是影片RWD */
.uv {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
	  margin:1em auto 1.5em auto;

}
.uv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 border-radius:5px;
}


/* 這是圖片 */
.post img {
  margin: 1.5em auto !important;
  display: block;
  box-shadow: 3px 3px 5px 1px rgb(173 173 173);
  border-radius: 5px;
	width:100%
	max-width:600px;
}

/* 這是分隔線 */
hr {
  margin: 2em 0;
}

/* 這是引用 */
 .post blockquote {
    padding: 1em 0 1em 1em !important;
    border-left: 6px solid #457b9d;
    font-weight:bold!important;
    font-size: 1em;
    margin: 1.6em 1.6em 1.6em 1em !important;
    font-style:italic!important;
  }
  
blockquote p {
    margin-bottom: 0;
}


/* 這是圖片來源說明 */
.post h6 {
  font-size: 0.8em;
  text-align: center;
  color: #BEBEBE !important;
	font-weight:400 !important;
	margin-top: -10px;
}

.post h6 a {

  color: #BEBEBE !important;

}

/* 這是影片標題說明 */
.post h5 {
  font-weight: bold;
	 text-align: center;
  font-size: 0.9em !important;
  background: #1d3557;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
	  margin-bottom:1em;
}




/* 這是自製目錄 */
.catalogue {
  padding: 10px;
  border-radius: 8px;
  background: #F0F0F0;
  min-width: 23em;
  width: 100%;
  max-height: 1000px;
  overflow: hidden;
  trapost-contentition: all /5s;
  margin: 1em 0;
}

.catalogue ul {
  font-size: 16px;
  margin-bottom: 0em;
  padding: revert;
}

.catalogue ol {
  font-size: 16px;
  margin-bottom: 0em;
  padding: revert;
}

.catalogue li {
  margin: 0em 0em;
}


/* 這是表格 */


.post table {
  border-collapse: collapse;
  margin: 1em 0;
	font-size: 0.9em;
	border:1px solid #ddd;
	max-width:100%;
}

.post thead {
  background-color: #457b9d;
  color:white;
    font-weight: 700;
		border:1px solid #ddd;
		font-size: 1.1em !important;	
	
}

.post th,
.post td {
  padding: 0.5em;
	border:1px solid #ddd;
border-bottom: 1px solid #ddd;
}

.post tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.post tbody tr:nth-of-type(odd) {
  background-color:#ffffff!important;	
}


/* 這是展開收合目錄 */
details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

details summary::-webkit-details-marker {
  display: none;
}

details {
  width: 90%;
  margin: 0 auto;
}

details summary {
  background: #457b9d;
  color: #FFFF;
  margin: 0.1em 0;
  padding: 0.5em 0 0.5em 1.55em;
  position: relative;
  cursor: pointer;
  font-size: 1em;
  list-style: none;
}

details summary:after {
  padding: 0 0 0 0.3em;
  content: "+";
  color: white;
  position: absolute;
  font-size: 1.5rem;
  line-height: 0;
  margin-top: 0.75rem;
  left: 0;
  font-weight: 600;
  trapost-contentform-origin: center;
  trapost-contentition: 200ms linear;
}

details[open] summary:after {
  trapost-contentform: rotate(45deg);
  font-size: 1.5rem;
}

details summary {
  outline: 0;
}

/* 這是切換式內容 */
.warpper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tab {
  cursor: pointer;
  padding: 10px 20px;
  margin: 0px 0px;
  background: #457b9d;
  display: inline-block;
  color: #fff;
  border-radius: 3px 3px 0px 0px;
  box-shadow: 3px 3px 5px 1px rgb(173 173 173);
  font-weight: bold;
  font-size: 0.8em;
}

.panels {
  background: #fffffff6;
  box-shadow: 3px 3px 5px 1px rgb(173 173 173);
  min-height: 200px;
  width: 100%;
  max-width: 800px;
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
}

.panel {
  display: none;
  animation: fadein .8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.radio {
  display: none !important;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel {
  display: block
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab {
  background: #fffffff6;
  color: #000;
  border-top: 3px solid #F7931E;
}

/* 顏色小框 */
.rm_title
{
    position: absolute;
    display: inline-block;
    top: -30px;
    left: -3px;
    padding: 0 12px;
    background: #457b9d;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;

}

.rm
{
    position: relative;
	margin: 2.5em auto;
  display: block;
    padding: 0.5em 1em;
    border: solid 3px #457b9d;
		max-width: 600px;
	    border-radius: 5px;
}

.rm ul,
.rm ol {
	font-size:0.9em;
  margin-bottom: 1em;
  background-color: #F0F0F0;
  padding: 0 1.25em;
	border-radius:5px;
  background: #FFFFFF;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.rm li {
	list-style-image:url(https://11recommend.com/wp-content/uploads/2024/02/未命名設計-2.png); 	
}

.post li {
  margin: 0.5em 0;
}


.post p {
    margin-bottom: 1.75em;
}


.post blockquote:before, .post blockquote:after {
    background: #eee;
    content: "";
    display: none!important;
    height: 3px;
    margin: 40px auto;
    width: 128px;
}


.post blockquote p {
    font-size: 1em;
    font-weight: bold;
    line-height: 160%;
    text-align: center;
	  font-style:italic!important;
		  text-align: left;
	
}