/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 23 2026 | 17:37:40 */
:root {
    --embed-color-1: #cbc4bb;
    --embed-color-2: #434343;
	--embed-color-3: #303030;
    --embed-color-5: #828282;
    --embed-color-6: rgb(190,182,175);
	--embed-color-9: #b4a582;
	--embed-shadow-1: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
	--embed-bg-1: linear-gradient(45deg, var(--embed-color-6), var(--embed-color-1));
}

::selection {
	background: var(--embed-color-3) !important;
	color: var(--embed-color-1) !important;
	text-shadow: none !important;
}
::-webkit-selection {
	background: var(--embed-color-3) !important;
	color: var(--embed-color-1) !important;
	text-shadow: none !important;
}

/* orders */
.wp-embed {
	display: flex;
    flex-direction: column;
}
.wp-embed-featured-image {
    order: 1 !important;
    margin-bottom: 15px;
}
.wp-embed-heading {
    order: 2 !important;
    margin-top: 0;
}
.wp-embed-excerpt {
    order: 3 !important;
}
.wp-embed-footer {
    order: 4 !important;
    margin-top: auto;
}

.wp-embed {
	font-family: 'Roboto Serif', 'Noto Serif TC', 'Noto Serif SC', serif !important;
	background: #cbc4bb !important;
	color: #434343 !important;
	border: 1px solid rgb(190,182,175) !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1) !important;
	text-shadow: 0 0 1.2px #434343;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 150px !important;
	display: flex !important;
    justify-content: space-between !important;
}
.wp-embed a{
	text-decoration: none !important;
	color: #434343 !important;
}
.wp-embed a.wp-embed-more{
	text-decoration: underline 1px dashed #828282 !important;
}
.wp-embed-featured-image.square {
	max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0;
	margin-bottom: 15px !important;
}
.wp-embed-heading {
	font-family: 'Noto Serif TC', 'Noto Serif SC', serif !important;
    font-weight: 900 !important;
    font-size: 28px !important;
    margin-bottom: 15px !important;
}
.wp-embed-excerpt {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
	font-weight: 200 !important;
}
.wp-embed-footer {
    display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed var(--embed-text-muted);
    font-size: 13px;
	margin-top: 0 !important;
}
.wp-embed-site-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

/* .wp-embed-share { display: none !important; } */
/* .wp-embed-comments { display: none !important; } */
/* .wp-embed-footer .wp-embed-meta-icon { display: none !important; } */