@charset "utf-8";
/* CSS Document */
.news .date { color: #C04A58; text-align: right; }

.news .newstab li a:link { color: #bbb;  }
.news .newstab li a:visited { color: #bbb; }
.news .newstab li a:hover { color: #f39800; border: none; border-bottom: #f39800 1px solid; background: none; }

.newstab .nav-item .active:link, .newstab .nav-item .active:visited { background-color: #efefef; font-weight: bold; }

.news .newslist { padding: 0em 0em; list-style-type:square; }
.news .newslist li { border-bottom: #ccc 1px dotted; padding-bottom: .3em; padding-top: .3em; display: inline-block; width: 100%; }
.news .newslist li a { display:block; }
.news .newslist li a:link { color: #000;  }
.news .newslist li a:visited { color: #000; }
.news .newslist li a:hover { color: #f39800; }

/*內文新樣式 */
#add-like { text-align: right; }
#content-block h1, #content-block h2{ font-weight:400;}
h2 { font-size:1.3em; letter-spacing:0.2em; color:#000; }
.ga-photo { padding: 1em 3em 2em 3em; }

@media (max-width: 767px) {
	/*.cont-tit { margin: 1em; }*/
	#add-like { padding-left: 0; padding-top: .5em; text-align:left; }
	.ga-photo { padding: 1em; }
}

.pricing-card {
	border: none;
	border-radius: 16px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.card-header { background: transparent; border: none; padding-top: 2rem; }
.price-text { font-size: 2.5rem; font-weight: bold; }
.token-badge { background-color: #e8f0fe; color: #1967d2; font-weight: 600; }
.feature-list li { margin-bottom: 0.75rem; color: #5f6368; }
.btn-google {
	border-radius: 24px;
	padding: 10px 24px;
	font-weight: 600;
}
.annual-save { color: #188038; font-size: 0.875rem; font-weight: bold; }
