/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 29 2026 | 12:49:42 */
.post-edit-link {
	display: none;
}

article .entry-content a {
	color: #007cba;
}

article .entry-content a:hover {
	text-decoration: underline !important;
}

.entry-tags a:hover {
	background-color: #fb842d;
}

figure.wp-block-pullquote {
	border-width: 4px;
}

.wp-block-pullquote blockquote {
	word-break: keep-all;
}

.wp-block-list {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f2f2f2;
}

.wp-block-table table {
	text-align: center;
}

.wp-block-table table tr:first-child {
	font-weight: bold;
	background-color: #f2f2f2;
}

.author-box-name {
	margin-top: -12px;
}


/* 작성자 링크 버튼 래퍼 */
.author-box-bio .devrlabs-author-links {
    margin-top: 16px;
    display: flex;
	align-items: center;
    gap: 10px;
}

/* 공통 버튼 스타일 */
.author-box-bio .devrlabs-author-links a {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 12px 14px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.2;
    transition: all 0.25s ease;
    border: 1px solid #eaeaea;
    background: #fff;
}

/* 아이콘 */
.author-box-bio .devrlabs-author-links a img {
    width: 28px;
    height: 28px;
    object-fit: contain;
	border-radius: 3px;
    flex-shrink: 0;
}

/* hover 공통 */
.author-box-bio .devrlabs-author-links a:hover {
    transform: translateY(-1px);
}

/* 데블랩스 */
.author-box-bio .devrlabs-author-links a.devrlabs {
    color: #111;
}
.author-box-bio .devrlabs-author-links a.devrlabs:hover {
    border-color: #ff7a00;
}

/* 크몽 */
.author-box-bio .devrlabs-author-links a.kmong {
    color: #000;
}
.author-box-bio .devrlabs-author-links a.kmong:hover {
    border-color: #92fa72;
    background: rgba(60, 180, 110, 0.05);
}

/* 카카오톡 */
.author-box-bio .devrlabs-author-links a.kakaotalk {
    color: #3c1e1e;
}
.author-box-bio .devrlabs-author-links a.kakaotalk:hover {
    border-color: #fae100;
    background: rgba(254, 229, 0, 0.2);
}


/* author-box 내부 CTA */
.author-box.is-width-constrained .devrlabs-author-cta {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* 상단 메인 CTA */
.author-box.is-width-constrained .cta-main {
    background: #ff8a34;
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
}

.author-box.is-width-constrained .cta-main h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

.author-box.is-width-constrained .cta-btn {
    display: inline-block;
    background: #fff;
    color: #ff7a00;
    font-weight: 700;
    padding: 14px 26px;
    border-radius: 10px;
    text-decoration: none;
    transition: all .25s ease;
}

.author-box.is-width-constrained .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,0,0,.15);
}


@media (max-width: 768px) {
	.wp-block-pullquote blockquote p br {
		display: none;
	}
	
	.author-box-bio .devrlabs-author-links {
		flex-direction: column;
	}
}

@media (max-width: 550px) {
	.wp-block-table table tr td {
		font-size: 13px;
	}
}

