body{background-color:#FCF9EE}
body, html{height:auto; overflow-x: clip;}

body {
    position: relative;
}

.mce-content-body img {
    max-width: 95%;
}

body.base-base-document-maintenance-, body.base-base-document-maintenance{background-color:white}
body .maintenance_cont{
    width: auto;
    margin: auto;
    max-width: 800px;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 625px;
}

.with_webapp_install_banner .install_button_wrap .left_part{border-radius: 10px; overflow: hidden;}

.base_profile_page .user_interact_button_profilex_id_verify{display: none}



.profile-edit .other_buttons_wrap{display: none}

.profile-preference form#preferenceForm,
.profile-preference .account_information_el_verify_account{display:none}

.email-notifications, .notification_banner_cant,
.preferences-push-notification .notification_banner_cant{background: #ddecfd !important; border-radius: 10px;}


/** Custom css **/

.no-scroll {
    overflow: hidden;
    height: 100svh
}

.ow_page_wrap {
    padding-bottom: 0;
}

h3, p {
    -webkit-text-size-adjust: none;
}
.main_menu_item {
    margin: 0;
    padding: 0 2vw;
    position: relative;
}
.main_menu_item::after {
    content: "";
    width: 5px ;
    height: 5px;
    background-color: #C8D867;
    display: block;
    border-radius: 5px;
    position: absolute;
    top: 40%;
    right: 0;
    transform: translate(50%, -50%)
}
.main_menu_item.pet_aboutus_main_menu::after {
    display: none;
}
.ow_site_panel a span.label {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
}
.ow_site_panel a span.sub_label {
    font-size: 12px;
    font-weight: 500;
    font-family: "Noto Sans TC", Inter, sans-serif, Roboto, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", "Helvetica Neue";
}
.ow_site_panel .my_profile_console_item{
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
}

.ow_site_panel .my_profile_console_item .console_avatar_container{
    display: block;
    height: 100%;
}

.ow_site_panel .my_profile_console_item .console_my_avatar{
    display: none;
}

body.chat .chat_box_right{
    background-color: #fefcf8;
}

/** No footer **/
body.no_footer .ow_footer{display:none}

/** 
  * 
  * Examples of redefining images at ipetbar pages:
  * https://ipetbar.com/pet/pet-adopt/search-form/pet-types?category=1
  * https://ipetbar.com/pet/pet-adopt/search
**/
/** Redefine pet images at https://ipetbar.com/pet/pet-adopt/search-form/pet-types?category=1 **/
body.pet-pet-adopt-search-form-pet-types .pet_searcher_content_bottom .dog .search_option_image{content:url(/ow_userfiles/themes/theme_image_62.jpg)}
body.pet-pet-adopt-search-form-pet-types .pet_searcher_content_bottom .cat .search_option_image{content:url(/ow_userfiles/themes/theme_image_61.jpg)}
body.pet-pet-adopt-search-form-pet-types .pet_searcher_content_bottom .all .search_option_image{content:url(/ow_userfiles/themes/theme_image_63.jpeg)}
/** Redefine cover images at https://ipetbar.com/pet/pet-adopt/search **/
body.pet-pet-adopt-search .heading_cover_wrap .small_image{display:none}
body.pet-pet-adopt-search .heading_cover_wrap .cover_image{content:url(/ow_userfiles/themes/theme_image_60.jpg)}
body.pet-pet-adopt-search.category_1 .heading_cover_wrap .cover_image{content:url(/ow_userfiles/themes/theme_image_62.jpg)}
body.pet-pet-adopt-search.category_2 .heading_cover_wrap .cover_image{content:url(/ow_userfiles/themes/theme_image_61.jpg)}


/* ---------------------------------------------------------認養吧-------------------------------------------------------- */
/* 更改領養頁面item尺寸比例 */
.content_body_container .pet_adopt_item {  padding: 1% 3%;  }
.content_body_container .pet_adopt_item .pet_brief p {  letter-spacing: .2em;  }
.content_body_container .pet_adopt_item .convenient_button {  padding: 10px 10px  }
.content_body_container .pet_adopt_item .button_like_module {
    width: calc(100% - 54px);
    margin-right: 10px;
}
.content_body_container .pet_adopt_item .pet_like_button_wrap .pet_plugin_module  {  font-weight: bold;  }
.content_body_container .pet_adopt_item .pet_like_button_wrap .button_wrap  {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    flex-wrap: wrap;
    transition: all .3s
}
.content_body_container .pet_adopt_item .pet_like_button_wrap .pet_plugin_module:hover .button_wrap {
    transform: scale(0.85);
    color: #719d89;
}

/* 認養吧下拉是選單樣式 */
#id_hidden_searcher_cmp .searcher_fields_el_options select option {
    background-color: #f1f2e1;
}

/* 更改認養寵物詳細資訊頁面 */
.pet_detail_el.pet_detail_brief {
    margin-right: 3.5vw;
}
.pet_detail_el.pet_detail_details {
    width: calc(100% - calc(260px + 7vw))
}
.pet_adopt_details_page .pet_detail_details .pet_name_wrap_el.name_label,
.pet_detail_el.pet_detail_details h3,
.pet_detail_el.pet_detail_details .pet_adopt_random_phrase {
    font-size: 18px;
}
.pet_detail_el.pet_detail_details ul {
    transform: translateX(-25px);
}
.pet_detail_el.pet_detail_details .pet_info_el {
    font-size: 16px;
    color: #666666;
    font-weight: 700;
    letter-spacing: .2em;
    padding: 20px 0 6px 0;
    border-bottom: 2px solid #b9d9cf;
}

/* 認養頁面和文章頁面按讚、收藏、分享 hover */
.pet_detail_brief_action_area .pet_like_button_wrap .convenient_button,
.news_bar_content_body .action_button_wrap .convenient_button  {
    font-weight: bold;
    padding: 8px 15px;
}
.pet_detail_brief_action_area .pet_like_button_wrap .convenient_button .label,
.news_bar_content_body .action_button_wrap .button_wrap .label{
    font-weight: bold;
    letter-spacing: .2em;
}
.pet_detail_brief_action_area .pet_like_button_wrap .convenient_button .icon,
.news_bar_content_body .action_button_wrap .button_wrap .icon{  margin-right: 7px  }
.pet_detail_brief_action_area .pet_like_button_wrap .convenient_button .button_wrap,
.news_bar_content_body .action_button_wrap .button_wrap {  transition: all .3s  }
.pet_detail_brief_action_area .pet_like_button_wrap .convenient_button:hover .button_wrap,
.news_bar_content_body .action_button_wrap .convenient_button:hover .button_wrap {
    color: #719d89;
    transform: scale(0.85);
}
.news_bar_content_body .action_button_wrap .convenient_button:hover {  background-color: #f1f2e1;  }
.news_bar_content_body .action_button_wrap .convenient_button.active:hover {  background-color: #3b7864;  }




/* ---------------------------------------------------------交流吧-------------------------------------------------------- */
/* 交流吧新增話題的看板尺寸 */
#id_topic_editor_cmp_main_view .group_select {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#id_topic_editor_cmp_main_view .group_select .field_input {
    flex-grow: 1;
}
#id_topic_editor_cmp_main_view .group_select .field_input a.button {
    padding: 6px 20px;
    margin-right: 1%;
}





/* 所有文章標題尺寸更改 */
.gallery_featured_posts_cmp_wrap .carousel_featured_post_item .topic_info .topic_title h3 {
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333
}
.featured_post_item .topic_info .topic_title h3 {
    font-size: 24px;
    color: #333333;
    transition: all .3s;
    font-weight: bold
}

.featured_post_item .topic_info .topic_brief,
.carousel_featured_post_item .topic_info .topic_time {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    opacity: 1;
    transition: all .3s;
    letter-spacing: .15em;
}
.carousel_featured_post_item .item_tag a,
.featured_post_item .item_tag a {
    font-size: 16px;
    padding: 10px 16px;
    margin-right: 7px !important;
    border: none;
}
.featured_posts_cmp_wrap .scrollable_featured_posts_wrap .featured_post_item .image_wrap {
    margin-bottom: 18px;
}
.featured_post_item .item_tag,
.carousel_body .carousel_featured_post_item .topic_info .item_tag {
    margin-bottom: 10px;
}



/* 更改所有文章hover放大旋轉 */
.featured_post_item:hover .image_wrap{
    rotate: -3deg;
    scale: 1
}
.featured_post_item:hover .image_wrap img{
    scale: 1.1
}
.featured_post_item:hover .item_tag a {
    background-color: #76a193;
}
.featured_post_item:hover .topic_info .topic_title h3 {
    color: #707070;
}
.featured_post_item:hover .topic_info .topic_brief {
    color: #949494
}



/* 更改所有箭頭按鈕顏色 */
a.button.secondary.fill_white {
    background-color: #fcf9ee;
}
.news_bar_content_body a.button.secondary.fill_white {
    background-color: #f1f2e1;
}
.news_bar_content_body .featured_post_item:hover a.button.secondary.fill_white {
    background-color: #f6e66e;
}




/* 各頁面標題區更改 */
.ow_page_container {
    padding: 80px 50px 160px;
    overflow: visible;
}

.heading_content_wrap {
    display: flex;
    margin: 0 !important;
    width: 100% !important;
    max-width: unset !important;
}
.content_heading_container .heading_content_el.heading_text_wrap {
    width: fit-content;
    margin: auto;
}
.content_heading_container .heading_text {
    text-align: center;
    width: fit-content;
    margin-top: 0px;
}
.content_heading_container .heading_text .english_heading {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    padding: 8px 0;
    letter-spacing: 3px;
}
.content_heading_container .heading_text h1 {
    font-size: 48px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 6px;
    position: relative;
}
.content_heading_container .heading_text h1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -36px;
    transform: translateY(-30%);
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #C8D867;
    display: block;
}


/* 新聞吧、交流吧懸浮看板和橫向看板位置尺寸*/
.float_content_menu_wrap {
    left: 7vw;
}

.float_content_menu_wrap ul.ow_content_menu li a {
    padding: 10px 14px;
}

.content_menu_wrap {
    margin-top: 40px;
}

.content_menu_wrap_el {
    display: block;
    width: fit-content;
    margin: auto;
}

.ow_content_menu_wrap .ow_content_menu, .ow_content_menu_wrap .ow_content_menu.clearfix {
    gap: 1.2vw;
}
.ow_content_menu li a {
    padding: 10px 38px;
}


/* 更改所有頁碼樣式 */
.ow_paging_wrap_center .ow_paging.clearfix {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.ow_paging_wrap_center .ow_paging.clearfix span {
    display: none;
}

.ow_paging a.next_page, .ow_paging a.prev_page{
    display: block;
}

.clearfix:after {
    display: none;
}


/* Go Back button hover */
.backable_bottom_block {
    width: fit-content;
}
.backable_bottom_block:hover a:last-child {
    transition: all .4s;
}

.backable_bottom_block:hover a:first-child {
    scale: var(--hoverScale);
    background-color: var(--highlightColor);
}

.backable_bottom_block:hover a:last-child {
    color: #706f6c;
}



/* 所有文章內文字體 */
.article h1,
.ow_forum_topic_posts h2,
.ow_forum_topic_posts h3,
.ow_forum_topic_posts h4 {
    color: #333333;
}

.article h1 {
    letter-spacing: .15em;
}

.ow_forum_topic_posts h2 {
    font-size: 34px;
    line-height: 54px;
}

.ow_forum_topic_posts h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 42px;
}

.ow_forum_topic_posts h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
}

.ow_forum_topic_posts p {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    line-height: 34px;
}

.ow_forum_topic_posts ol,
.ow_forum_topic_posts ul {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 36px;
}

.ow_forum_topic_posts h2,
.ow_forum_topic_posts h3,
.ow_forum_topic_posts h4,
.ow_forum_topic_posts p,
.ow_forum_topic_posts ol,
.ow_forum_topic_posts ul {
    padding: 0;
}

.ow_forum_topic_posts span {
    /*color: unset !important;*/
}



/* 新聞吧文章和交流吧post的最低高度 */
.news_bar_content_body,
.communicate_bar_content_body {
    min-height: 500px;
}




/* 首頁和關於我們森林圖片、森林cover */
.forest_bg {
    width: 110%;
    max-width: 2100px;
    position: absolute;
    left: 50%;
    bottom: 0; 
    transform: translate(-50%, 40%);
    z-index: 1;
}


.fade_color_wrap {
    width: 100%;
    height: 370px;
    background: linear-gradient(to top, #FCF9EE 0%, rgba(252, 249, 238, 0.195) 70.5%, rgba(252, 249, 238, 0) 100%);
    position: absolute;
    left: 0;
    bottom: -5px;
}



/* 個人檔案毛孩部分 */
.ow_dnd_widget .ow_box_cap_body {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px;
}

.ow_dnd_widget .ow_box_cap_body h3 {
    padding: 14px 22px;
    font-size: 24px;
    line-height: 1em;
}

#place_sections .ow_dnd_widget {
    padding: 90px 60px;
}

.widget_content .user_pet_cmp_content .user_pet_list {
    margin-top: 0;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.widget_content .user_pet_cmp_content .user_pet_item {
    margin-top: 0;
    margin-right: 0px;
    display: block;
}

.widget_content .user_pet_cmp_content .user_pet_item .pet_image {
    width: 134px;
    height: 134px;
    border: 3px solid white;
    background-color: transparent;
}

.widget_content .user_pet_cmp_content .user_pet_item.add_pet_button .pet_image {
    border: 3px solid #3B7864;
    background-size: 28px;
}

.widget_content .user_pet_cmp_content .user_pet_item .pet_name a {
    color: #333333;
    font-size: 16px;
}

.user_pet_cmp_content .user_pet_item.add_pet_button .pet_image:hover {
    background-color: transparent;
}

.widget_content .user_pet_cmp_content .user_pet_item:hover .pet_image {
    transform: scale(.9);
    opacity: .6;
}

.widget_content .user_pet_cmp_content .user_pet_item:hover .pet_name a {
    color: #71706e;
}

.widget_content .user_pet_cmp_content .user_pet_item.add_pet_button:hover .pet_image {
    border: 3px solid #76a090;
}

.widget_content .user_pet_cmp_content .user_pet_item .pet_image,
.user_pet_cmp_content .user_pet_item.add_pet_button .pet_image,
.widget_content .user_pet_cmp_content .user_pet_item:hover .pet_name a {
    transition: all .3s;
}




/*漂浮白樹*/

.floating_white_tree_left,
.floating_white_tree_right {
    width: 420px;
    position: fixed;
    top: 200px;
    z-index: -1;
}

.floating_white_tree_left {
    left: calc(50% - 1020px);
}

.floating_white_tree_right {
    right: calc(50% - 1020px);
}

.floating_white_tree_left.absolute,
.floating_white_tree_right.absolute {
    position: absolute;
    top: auto;
    --absolute-bottom: 0;
    bottom: var(--absolute-bottom);
}



/* 登入和註冊頁面 */
.ow_simple_form_signup_page{
    position: relative;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #64727f;
}

.simple_signup_page_part{
    display: block;
    width: 100%;
}

.simple_signup_page_part.image_part{
    height: 100%;
    background-color: #fcf9ee;
    background-image: url(https://ipetbar.com/ow_userfiles/themes/theme_image_124.png);
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.simple_signup_page_part.form_part{
    height: fit-content;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/* header 下拉選單 */
/*個人檔案*/
.ow_notification_list.ow_console_dropdown_pressed,
.meusugar_console_profile_item.ow_console_dropdown_pressed {
    background-color: #3B7864;
}

.ow_notification_list.ow_console_dropdown_pressed {
    background-image: url(https://ipetbar.com/ow_static/themes/showcase/images/pet_theme/console_bell.svg);
}

.meusugar_console_profile_item.ow_console_dropdown_pressed {
    background-image: url(https://ipetbar.com/ow_static/themes/showcase/images/pet_theme/console_profile.svg);
}

.ow_console_body .console_avatar_container .ow_tooltip_top_right.ow_tooltip,
.ow_notification_list .ow_tooltip_top_right.ow_tooltip {
    right: 40px;
    width: 315px;
}

.meusugar_console_profile_item .ow_tooltip_body {
    background: none;
    background-color: #3B7864;
    border: 2px solid #3B7864;
}

ul.ow_console_dropdown {
    margin-bottom: 0;
}

ul.ow_console_dropdown.ow-myprofile-console .ow_console_item_link {
    padding: 17px 24px;
    display: flex;
    align-items: center;
}

.console_username_dropdown .console_avatar_el {
    display: block !important;
}

.console_username_dropdown .ow_avatar img {
    border: 1px solid #ffffff;
}

.console_username_dropdown .console_avatar_el.console_user_name {
    margin-left: 16px !important;
}

.console_username_dropdown .console_avatar_el.console_user_name h4 {
    padding: 0 !important;
    margin-bottom: 5px !important;
    font-size: 16px;
    color: #ffffff;
}

.console_username_dropdown .console_avatar_el.console_user_name .console_username {
    line-height: 1 !important;
    font-size: 12px !important;
    color: #ffffffb0;
    font-weight: 500;
}

ul.ow_console_dropdown .ow_dropdown_menu_item {
    background-image: none !important;
}

ul.ow_console_dropdown .ow_dropdown_menu_item:last-child .ow_console_dropdown_cont {
    background-color: #FFFCF4;
    padding: 16px 0;
}

ul.ow_console_dropdown .ow_console_dropdown_cont a {
    padding-left: 0;
    padding: 20px 24px;
    display: block;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .15em;
    background-color: #FFFCF4;
    transition: all .3s;
}

.ow_console_divider {
    line-height: 1px;
    height: 1px;
    background: #BBCEBC;
}

ul.ow_console_dropdown .ow_dropdown_menu_item:last-child .ow_console_dropdown_cont a {
    width: 254px;
    background-color: #3B7864;
    color: #ffffff;
    border-radius: 45px;
    padding: 12px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

ul.ow_console_dropdown .ow_dropdown_menu_item:not(:last-child) .ow_console_dropdown_cont a:hover {
    padding-left: 28px;
    background-color: #f1f2e1;
}

ul.ow_console_dropdown .ow_dropdown_menu_item:last-child .ow_console_dropdown_cont a:hover {
    font-size: 14px;
    background-color: #76a08f;
}


/*通知*/
.ow_notification_list .ow_tooltip .ow_tooltip_body {
    background: none;
    background-color: #fffcf4;
    border: 2px solid #3B7864;
}

.ow_notification_list ul {
    margin-bottom: 0;
    margin: 20px 0;
}


.ow_notification_list .ow_console_list li {
    padding: 0 8px;
    margin: 6px 10px;
    min-height: 47px;
    display: flex;
    align-items: center;
}

.ow_notification_list .ow_console_list li .console_list_ipc_item {
    width: 100%;
}

.ow_notification_list .ow_avatar {
    width: 32px;
    height: 32px;
}

.ow_notification_list .ow_avatar img {
    width: 32px;
    height: 32px;
}

.ow_notification_list .ow_console_invt_no_img .ow_console_invt_txt {
    font-size: 12px;
    letter-spacing: .15em;
    line-height: 20px;
    font-weight: 700;
}

.ow_console_invt_no_img .ow_console_invt_txt .ic_react_ {
    background-image: url(https://ipetbar.com/ow_static/themes/showcase/images/icon/ic_react_like_2.svg);
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

.ow_notification_list .ow_console_invt_no_img .ow_console_invt_txt b {
   color: #3B7864 !important;
   font-size: 12px;
}

.ow_notification_list .ow_console_list li:hover {
    background-color: #f1f2e1;
}

.ow_console_invt_txt a:first-child:hover {
    color: #96b5a2;
}





@media screen and (max-width: 1920px) {
    .forest_bg {
        transform: translate(-50%, 50%);
    }
    .fade_color_wrap {
        display: none;
    }


    /*漂浮白樹*/
    .floating_white_tree_left {
       left: -56px;
    }

    .floating_white_tree_right {
        right: -56px;
    }


    .simple_signup_page_part.image_part {
        background-size: 1920px;
    }
}




@media screen and (min-width: 960px) {
     /* 搜尋寵物結果改置中 */
    body.pet-pet-adopt-search .content_body_container {
        margin: auto;
        margin-top: 40px;
    }

}





@media screen and (max-width: 1200px) { 
    /* 文章的RWD */
    .featured_posts_cmp_wrap .scrollable_featured_posts_wrap .featured_post_item .image_wrap {
        height: 22vw;
    }
    .carousel_featured_post_item .item_tag a,
    .featured_post_item .item_tag a {
        font-size: 14px;
        padding: 9px 16px;
    }
    .featured_post_item .topic_info .topic_title h3,
    .gallery_featured_posts_cmp_wrap .carousel_featured_post_item .topic_info .topic_title h3 {
        font-size: 20px;
    }


    .forest_bg {
        width: 1600px;
    }

}




@media screen and (max-width: 1100px) {
    /* header 下拉選單 */
    /*個人檔案*/
    .ow_console_body .console_avatar_container .ow_tooltip_top_right.ow_tooltip,
    .ow_notification_list .ow_tooltip_top_right.ow_tooltip {
        right: 10px;
    }
}




@media screen and (max-width: 960px) {
    /* 新聞吧、交流吧懸浮看板和橫向看板位置尺寸*/
    .ow_content_menu_wrap {
        width: 413px;
        display: block;
        margin: auto;
    }
    .ow_content_menu_wrap .ow_content_menu,
    .ow_content_menu_wrap .ow_content_menu.clearfix {
        gap: 2.4vw;
        flex-wrap: wrap;
    }
    .ow_content_menu_wrap .ow_content_menu li a {
        width: auto;
        display: block;
    }



    /*各頁面標題區更改*/
    .content_heading_container .heading_text .english_heading {
        font-size: 14px;
    }

    .content_heading_container .heading_text h1 {
        font-size: 30px;
        letter-spacing: 4px;
        font-weight: 900
    }
    
    .content_heading_container .heading_text h1::before {
        left: -24px;
        width: 6px;
        height: 6px;
    }


    /* 更改所有頁碼樣式 */
    .ow_paging_wrap_center .ow_paging.clearfix {
        gap: 18px;
    }

    .ow_paging a.first_page {
        margin-right: -20px
    }

    .ow_paging a.last_page {
        margin-left: -20px
    }


    /* 所有文章內文字體 */
    .article h1 {
        font-size: 30px;
    }
    .ow_forum_topic_posts h2 {
        font-size: 22px;
        letter-spacing: 0.1em;
    }

    .ow_forum_topic_posts h3 {
        font-size: 18px;
    }

    .ow_forum_topic_posts h4 {
        font-size: 14px;
        font-weight: bold;
    }

    .ow_forum_topic_posts p {
        font-size: 16px;
    }

    .ow_forum_topic_posts ol,
    .ow_forum_topic_posts ul {
        font-size: 14px;
    }

    .mce-content-body img {
        max-width: 100%;
    }

    .ow_forum_topic_posts h2,
    .ow_forum_topic_posts p {
        letter-spacing: 0.1em;
    }



    .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
        font-size: 14px;
    }


    /*漂浮白樹*/
    .floating_white_tree_left,
    .floating_white_tree_right {
        width: 290px;
        top: 100px;
    }



    /* header 下拉選單 */
    /*個人檔案*/
    .ow_console_body .console_avatar_container .ow_tooltip_top_right.ow_tooltip,
    .ow_notification_list .ow_tooltip_top_right.ow_tooltip {
        right: 10px;
        top: 92px !important;
    }

}



@media screen and (max-width: 640px) {
    /* 新聞吧、交流吧懸浮看板和橫向看板位置尺寸*/
    .content_menu_wrap {
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .ow_content_menu_wrap {
        width: 328px;
    }
    .ow_content_menu_wrap .ow_content_menu, .ow_content_menu_wrap .ow_content_menu.clearfix {
        gap: 16px;
    }



    /*各頁面標題區更改*/
    .content_heading_container .heading_text .english_heading {
        font-size: 12px;
    }

    .content_heading_container .heading_text h1 {
        font-size: 24px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    .content_heading_container .heading_text h1::before {
        left: -18px;
    }



    /* 文章的RWD */
    .home_index .latest_post_content_bottom .featured_post_item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .featured_posts_cmp_wrap .scrollable_featured_posts_wrap .featured_post_item .image_wrap {
        height: 47vw;
        margin-bottom: 16px;
    }
    .carousel_featured_post_item .item_tag a,
    .featured_post_item .item_tag a {
        font-size: 14px;
        padding: 6px 12px;
    }
    .featured_post_item .topic_info .topic_title h3,
    .gallery_featured_posts_cmp_wrap .carousel_featured_post_item .topic_info .topic_title h3 {
        font-size: 18px;
    }
    .featured_post_item .item_tag {
        margin-bottom: 10px;
    }
    
    /* 認養寵物詳細資訊RWD */
    
    .featured_post_item .topic_info .topic_brief,
    .carousel_featured_post_item .topic_info .topic_time {
        font-size: 12px;
    }


    /* 更改所有頁碼樣式 */
    .ow_paging_wrap_center .ow_paging.clearfix {
        gap: 6px;
        position: absolute;
        bottom: -80px;
        left: 50%;
        transform: translateX(-50%);
    }

    .ow_paging a.first_page {
        margin-right: 0;
    }

    .ow_paging a.last_page {
        margin-left: 0;
    }


    /* 看板按鈕尺寸 */
    .ow_content_menu_wrap .ow_content_menu li a {
        padding: 6px 28px;
    }

    .ow_content_menu li a span {
        font-size: 16px;
    }


    /* 所有文章內文字體 */
    .article h1,
    .ow_forum_topic_posts h2,
    .ow_forum_topic_posts h3,
    .ow_forum_topic_posts h4 {
        line-height: 1.4
    }
    .mce-content-body img {
        max-width: 95%;
    }



    .forest_bg {
        width: 960px;
    }


    /*漂浮白樹*/
    .floating_white_tree_left,
    .floating_white_tree_right {
       width: 210px;
       top: 130px;
    }



    /* header 下拉選單 */
    /*個人檔案*/
    .meusugar_console_profile_item .ow_tooltip_body {
        border-radius: 45px;
        max-width: unset;
    }

    ul.ow_console_dropdown.ow-myprofile-console .ow_console_item_link {
        justify-content: center;
    }

    ul.ow_console_dropdown .ow_console_dropdown_cont a {
        text-align: center;
    }


    /*通知*/
    .ow_console_body .console_avatar_container .ow_tooltip_top_right.ow_tooltip,
    .ow_notification_list .ow_tooltip_top_right.ow_tooltip {
        right: 2%;
        width: 96%;
    }

    .ow_notification_list .ow_tooltip .ow_tooltip_body {
        background-color: #F1F2E1;
        border-radius: 70px;
        max-width: 100%;
    }

    html .ow_notification_list div.ow_console_list_wrapper {
        max-height: 400px;
    }

    .ow_notification_list ul {
        margin: 40px 0;
    }

    .ow_notification_list .ow_console_list li {
        margin: 6px 26px;
    }

    .ow_notification_list .ow_avatar,
    .ow_notification_list .ow_avatar img {
        width: 40px;
        height: 40px;
    }

    .ow_notification_list .ow_console_invt_cont {
        padding-left: 10px;
    }

    .ow_notification_list .ow_console_invt_no_img .ow_console_invt_txt {
        font-size: 14px;
        line-height: 25px;
    }

}



@media screen and (max-width: 480px) {
    .news_bar_content_body.article {
        margin: auto;
        width: 100%;
        border-radius: 30px;
    }


    .ow_console_body .console_avatar_container .ow_tooltip_top_right.ow_tooltip,
    .ow_notification_list .ow_tooltip_top_right.ow_tooltip {
        left: auto;
    }
}