/* Start custom CSS for section, class: .elementor-element-7f53c40 */.eu-immigration-blog {
    font-family: "Noto Sans TC", Arial, sans-serif;
    line-height: 1.8;
    color: #333;
    max-width: 900px;
    margin: auto;
    padding: 20px;
}

.eu-immigration-blog .cover-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.eu-immigration-blog h2 {
    font-size: 1.8rem;
    margin-top: 30px;
    color: #3c5f88;  /* 主色 */
}

.eu-immigration-blog h3 {
    font-size: 1.4rem;
    margin-top: 20px;
    color: #3c5f88;  /* 主色 */
}

.eu-immigration-blog h4 {
    font-size: 1.2rem;
    margin-top: 15px;
    color: #3c5f88;  /* 主色 */
}

.eu-immigration-blog ul {
    margin: 15px 0;
    padding-left: 20px;
}

.eu-immigration-blog p {
    margin: 15px 0;
}

.cta-box {
    margin: 25px 0;
    text-align: center;
}

.cta-btn {
    display: inline-block;
    background: #3c5f88;  /* 主色 */
    color: #fff!important;
    font-size: 1rem;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.cta-btn:hover {
    background: #2e4969; /* 深一階 */
}/* End custom CSS */