.tp-section-title-span-padding span {
    padding-left: 175px;
    display: block;
}

.header-main-menu nav ul li.wp-menu-item-last .submenu:not(.tp-mega-menu) {
    left: 0;
}

.tp-shop-details-left-wrap .tp-shop-details-left-thumb img {
    width: 100%;
}

.liko-dark-active div .elementor-heading-title,
.liko-dark-active div .elementor-heading-title a span {
    color: var(--tp-common-white) !important;
}

.liko-dark-active div .tp-el-footer-links ul li a {
    -webkit-text-fill-color: var(--tp-common-white) !important;
    color: var(--tp-common-white) !important;
}

.liko-dark-active .sidebar__widget.widget_tag_cloud .tagcloud a {
    color: var(--tp-common-white);
    border: 1px solid rgba(245, 247, 245, 0.1);
}

.liko-dark-active .sidebar__widget.widget_tag_cloud .tagcloud a:hover {
    color: var(--tp-common-black);
    border-color: var(--tp-common-white);
    background: var(--tp-common-white);
}

.liko-dark-active .project-details-1-navigation span {
    color: var(--tp-common-white);
}

.liko-dark-active .comment-reply-title {
    color: var(--tp-common-white);
}

.liko-dark-active p.logged-in-as a {
    color: var(--tp-common-white);
}

.liko-dark-active .sidebar__search input {
    border-bottom: 1px solid rgba(245, 247, 245, 0.14) !important;
    color: var(--tp-common-white);
    background: transparent;
    border: 0px;
}

.liko-dark-active .sidebar__search input:focus {
    border-bottom: 1px solid var(--tp-common-white) !important;
}

.liko-dark-active .liko-breadcrumb-padding {
    background: #121212;
    background-color: #121212;
}

.liko-dark-active .tp-login-remember label {
    color: rgba(255, 255, 255, 0.6);
}

.liko-dark-active .tp-login-input-label label {
    color: var(--tp-common-white);
}

.liko-dark-active .wc-block-cart-items thead tr {
    background: var(--tp-common-white);
    padding: 30px;
}

.liko-dark-active .wc-block-cart-items thead tr th {
    padding: 8px 16px 8px 16px;
}

.liko-dark-active .wc-block-cart-items thead tr .wc-block-cart-items__header-product {
    visibility: visible;
}

.liko-dark-active .wc-block-cart-item__wrap a,
.liko-dark-active .wc-block-cart-item__wrap ins {
    color: var(--tp-common-white);
}

.liko-dark-active .wc-block-cart-item__wrap del {
    color: #818487 !important;
    margin-right: 10px;
}

.liko-dark-active .wc-block-components-quantity-selector {
    background: var(--tp-common-white);
}

.liko-dark-active .wc-block-cart-item__wrap button.wc-block-cart-item__remove-link {
    color: #ebebeb !important;
}

.liko-dark-active .wc-block-cart-item__total .wc-block-components-product-price {
    color: var(--tp-common-white);
}

.liko-dark-active .wc-block-components-totals-wrapper {
    border-top: 1px solid rgba(245, 247, 245, 0.1);
}

.liko-dark-active .wp-block-woocommerce-cart-order-summary-totals-block {
    border-top: 1px solid #E0E2E3;
}

.liko-dark-active .wc-block-components-totals-item__label {
    color: var(--tp-common-white);
}

/* General Dark Mode Styles for Background and Text */
.liko-dark-active body,
.liko-dark-active #page {
    /* Apply global dark background only to body and #page */
    background-color: var(--tp-common-black) !important;
    /* RE-ADDED !important for base page background */
    color: #DDDDDD;
    /* Softer off-white text color */
}

/* More specific text color overrides - REMOVING !important to allow more specific styles to take precedence */
.liko-dark-active p,
.liko-dark-active li,
.liko-dark-active label,
/* For form labels */
.liko-dark-active td,
/* For table cells */
.liko-dark-active th,
/* For table headers */
.liko-dark-active div:not([class*="elementor-"]):not([class*="tp-"]):not([class*="nice-select"]):not([class*="pswp"]):not([class*="cartmini"]):not([class*="cart"]):not([class*="header"]):not([class*="footer"]):not([class*="sidebar"]):not([class*="search"]):not([class*="postbox"]):not([class*="comment"]):not([class*="navigation"]):not([class*="pagination"]):not([class*="form"]):not([class*="shop"]):not([class*="product"]):not([class*="woocommerce"])

/* More exclusions */
    {
    color: #DDDDDD;
    /* Softer off-white text color */
}

/* Ensure spans that are not icons or special elements also get dark mode text color - REMOVING !important */
.liko-dark-active span:not([class*="icon"]):not([class*="fa-"]):not([class*="dashicons"]):not([class*="badge"]):not([class*="label"]):not([class*="woocommerce-Price-currencySymbol"]) {
    color: #DDDDDD;
    /* Softer off-white text color */
}

/* Ensure specific custom widgets like liko-process-widget (and their direct containers) remain transparent */
.liko-dark-active .elementor-widget-container:has(.liko-process-widget-unique-wrapper),
.liko-dark-active .liko-process-widget-unique-wrapper {
    background-color: transparent !important;
}

/* The text colors within .liko-process-widget-unique-wrapper are already defined in the user's provided CSS for light text on dark cards */


/* Custom Dark Mode Toggle Button Styles */
.back-to-top-wrapper {
    /* relative context is needed to place the toggle absolutely */
    position: relative;
}

#hover-dark-mode-toggle {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
    width: 44px;
    height: 44px;
    background: var(--tp-common-white);
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
    color: var(--tp-common-black);
    border-radius: 50%;
    border: none;
    padding: 0;
    /* Reset browser button padding */
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

/* Invisible bridge to catch the mouse between back-to-top and dark mode toggle */
#hover-dark-mode-toggle::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px;
    background: transparent;
}

@media (max-width: 767px) {
    #hover-dark-mode-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        visibility: visible;
    }
}

.back-to-top-wrapper:hover #hover-dark-mode-toggle,
#hover-dark-mode-toggle:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
}

#hover-dark-mode-toggle.visible {
    opacity: 1;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hover-dark-mode-toggle:hover {
    filter: brightness(0.9);
    -webkit-transform: translateX(-50%) translateY(-4px);
    -moz-transform: translateX(-50%) translateY(-4px);
    -ms-transform: translateX(-50%) translateY(-4px);
    -o-transform: translateX(-50%) translateY(-4px);
    transform: translateX(-50%) translateY(-4px);
}

#hover-dark-mode-toggle .dark-mode-icon {
    font-size: 20px;
    display: inline-block;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* Dark mode styles for the new toggle button */
.liko-dark-active #hover-dark-mode-toggle {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    box-shadow: 0px 8px 16px rgba(245, 247, 245, 0.1);
}

.liko-dark-active #hover-dark-mode-toggle:hover {
    background: #333;
}

/* Dark theme background for Liko Animated Image Widget */
.liko-dark-active .elementor-widget-tp-animated-image>.elementor-widget-container,
.liko-dark-active .elementor-widget-tp-animated-image .liko-animated-img,
.liko-dark-active .elementor-widget-tp-animated-image .tp-award-2-shape,
.liko-dark-active .elementor-widget-tp-animated-image .tp-about-2-right-thumb {
    background-color: var(--tp-common-black) !important;
}

/* Dark theme background for Liko Video Play (MP4) Widget */
.liko-dark-active .elementor-widget-tp-video-play-mp4>.elementor-widget-container,
.liko-dark-active .elementor-widget-tp-video-play-mp4 .tp-video-area,
.liko-dark-active .elementor-widget-tp-video-play-mp4 .tp-video-wrap,
.liko-dark-active .elementor-widget-tp-video-play-mp4 .tp-hero-bottom-img-wrap {
    background-color: var(--tp-common-black) !important;
}

/* Dark theme background for Liko Portfolio Slider when active/scrolled */
.liko-dark-active .tp-project-2-area.tpproject.addclass {
    background-color: var(--tp-common-black);
}

/* =========================================================================
   Blog Archive - Wide Layout & Search/Filter Bar
========================================================================= */

/* Search & Filter Bar Container */
.tp-blog-search-filter-bar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background: var(--tp-common-white);
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    gap: 30px;
}

/* Search Input - Left Side */
.tp-blog-search-form {
    flex: 1 1 auto;
    max-width: 500px;
}

.tp-blog-search-input-wrap {
    position: relative;
    width: 100%;
}

.tp-blog-search-field {
    width: 100%;
    height: 50px;
    background: #f5f6f8;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 0 45px 0 20px;
    color: var(--tp-common-black);
    font-size: 15px;
    transition: all 0.3s ease-out 0s;
}

.tp-blog-search-field:focus {
    border-color: var(--tp-theme-primary);
    background: transparent;
    outline: none;
}

.tp-blog-search-submit {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #8C8F94;
    font-size: 18px;
    padding: 0;
    line-height: 1;
    transition: 0.3s;
}

.tp-blog-search-submit:hover {
    color: var(--tp-theme-primary);
}

/* Dropdown Filters - Right Side */
.tp-blog-filters {
    display: flex;
    flex: 0 0 auto;
    gap: 15px;
}

.tp-blog-filter-dropdown select {
    height: 50px;
    background: #f5f6f8;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 0 40px 0 20px;
    color: var(--tp-common-black);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%238C8F94%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: 10px auto;
    transition: all 0.3s;
}

.tp-blog-filter-dropdown select:focus,
.tp-blog-filter-dropdown select:hover {
    border-color: var(--tp-theme-primary);
    background-color: transparent;
    outline: none;
}

/* Wide Layout Adjustments */
.tp-blog-wide-layout .postbox__item {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.03);
    background: var(--tp-common-white);
    transition: 0.3s;
}

.tp-blog-wide-layout .postbox__item:hover {
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.tp-blog-wide-layout .postbox__thumb img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.tp-blog-wide-layout .postbox__content {
    padding: 40px 50px;
}

.tp-blog-wide-layout .postbox__title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .tp-blog-wide-layout .postbox__thumb img {
        height: 350px;
    }

    .tp-blog-wide-layout .postbox__content {
        padding: 30px;
    }

    .tp-blog-wide-layout .postbox__title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {

    /* Stack search and filters vertically on small screens */
    .tp-blog-search-filter-bar {
        flex-direction: column;
        flex-wrap: wrap;
        padding: 20px;
        gap: 15px;
    }

    .tp-blog-search-form {
        max-width: 100%;
        width: 100%;
    }

    .tp-blog-filters {
        width: 100%;
        justify-content: space-between;
    }

    .tp-blog-filter-dropdown {
        flex: 1;
    }

    .tp-blog-filter-dropdown select {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .tp-blog-filters {
        flex-direction: column;
    }

    .tp-blog-wide-layout .postbox__thumb img {
        height: 250px;
    }

    .tp-blog-wide-layout .postbox__content {
        padding: 20px;
    }

    .tp-blog-wide-layout .postbox__title {
        font-size: 20px;
    }
}

/* --- Dark Mode Additions --- */
.liko-dark-active .tp-blog-search-filter-bar {
    background: #1a1a1a;
    box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.02);
}

.liko-dark-active .tp-blog-search-field,
.liko-dark-active .tp-blog-filter-dropdown select {
    background: #242424;
    color: var(--tp-common-white);
    border-color: #333;
}

.liko-dark-active .tp-blog-search-field::placeholder {
    color: #8C8F94;
}

.liko-dark-active .tp-blog-search-field:focus,
.liko-dark-active .tp-blog-filter-dropdown select:focus,
.liko-dark-active .tp-blog-filter-dropdown select:hover {
    border-color: var(--tp-common-white);
    background: transparent;
}

.liko-dark-active .tp-blog-wide-layout .postbox__item {
    background: #1a1a1a;
    box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.02);
}

.liko-dark-active .tp-blog-wide-layout .postbox__item:hover {
    box-shadow: 0px 15px 40px rgba(255, 255, 255, 0.05);
}

.liko-dark-active .tp-blog-wide-layout .postbox__title a {
    color: var(--tp-common-white);
}

.liko-dark-active .tp-blog-wide-layout .postbox__title a:hover {
    color: #DDDDDD;
    /* slightly dimmer on hover in dark mode */
}
 
 / *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
       J O U R N A L   G R I D   A R C H I V E   S T Y L E S 
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * / 
 
 / *   J o u r n a l   H e a d e r   A r e a   * / 
 . t p - j o u r n a l - h e a d e r   { 
         b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 0 , 0 , 0 , 0 . 1 ) ; 
         p a d d i n g - b o t t o m :   1 5 p x ; 
 } 
 
 . t p - j o u r n a l - t i t l e   { 
         f o n t - s i z e :   2 4 p x ; 
         f o n t - w e i g h t :   4 0 0 ; 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
         l e t t e r - s p a c i n g :   2 p x ; 
         m a r g i n :   0 ; 
         c o l o r :   v a r ( - - t p - c o m m o n - b l a c k ) ; 
 } 
 
 / *   I n l i n e   C a t e g o r y   T a b s   * / 
 . t p - j o u r n a l - t a b s   { 
         d i s p l a y :   f l e x ; 
         f l e x - w r a p :   w r a p ; 
         g a p :   2 0 p x ; 
 } 
 
 . t p - j o u r n a l - t a b   { 
         f o n t - s i z e :   1 4 p x ; 
         f o n t - w e i g h t :   5 0 0 ; 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
         c o l o r :   # 7 7 7 ; 
         p o s i t i o n :   r e l a t i v e ; 
         p a d d i n g - b o t t o m :   1 8 p x ; 
         t r a n s i t i o n :   c o l o r   0 . 3 s   e a s e ; 
 } 
 
 . t p - j o u r n a l - t a b : h o v e r   { 
         c o l o r :   v a r ( - - t p - t h e m e - p r i m a r y ) ; 
 } 
 
 . t p - j o u r n a l - t a b . a c t i v e   { 
         c o l o r :   v a r ( - - t p - c o m m o n - b l a c k ) ; 
 } 
 
 . t p - j o u r n a l - t a b . a c t i v e : : a f t e r   { 
         c o n t e n t :   ' ' ; 
         p o s i t i o n :   a b s o l u t e ; 
         b o t t o m :   - 1 p x ;   / *   A l i g n   w i t h   h e a d e r   b o r d e r   * / 
         l e f t :   0 ; 
         w i d t h :   1 0 0 % ; 
         h e i g h t :   2 p x ; 
         b a c k g r o u n d - c o l o r :   v a r ( - - t p - t h e m e - p r i m a r y ) ; 
 } 
 
 / *   J o u r n a l   G r i d   C a r d s   * / 
 . t p - j o u r n a l - g r i d - i t e m   { 
         / *   B a s e   G r i d   s e t t i n g s   * / 
 } 
 
 / *   M a k e   R e a d   M o r e   b u t t o n s   s t r i c t l y   r e c t a n g u l a r   * / 
 . t p - j o u r n a l - c a r d   . t p - b t n , 
 . t p - j o u r n a l - c a r d   . t p - b t n - b o r d e r , 
 . t p - j o u r n a l - c a r d   . t p - p o s t b o x - b t n   { 
         b o r d e r - r a d i u s :   0   ! i m p o r t a n t ; 
 } 
 
 / *   A d j u s t   s e a r c h   b a r   p a d d i n g   f o r   n e w   l a y o u t   * / 
 . t p - j o u r n a l - f i l t e r - b a r   { 
         p a d d i n g :   2 0 p x   0 ; 
         b a c k g r o u n d :   t r a n s p a r e n t ; 
         b o r d e r :   n o n e ; 
         b o x - s h a d o w :   n o n e ; 
         b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 0 , 0 , 0 , 0 . 0 5 ) ; 
 } 
 . t p - j o u r n a l - f i l t e r - b a r   . t p - b l o g - s e a r c h - f o r m   { 
         m a x - w i d t h :   4 0 0 p x ; 
 } 
 
 / * 
   *   D A R K   M O D E   F O R   J O U R N A L   G R I D 
   * / 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - h e a d e r   { 
         b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 2 5 5 , 2 5 5 , 2 5 5 , 0 . 1 ) ; 
 } 
 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - t i t l e   { 
         c o l o r :   v a r ( - - t p - c o m m o n - w h i t e ) ; 
 } 
 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - t a b   { 
         c o l o r :   # 9 9 9 ; 
 } 
 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - t a b : h o v e r   { 
         c o l o r :   v a r ( - - t p - t h e m e - p r i m a r y ) ; 
 } 
 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - t a b . a c t i v e   { 
         c o l o r :   v a r ( - - t p - c o m m o n - w h i t e ) ; 
 } 
 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - f i l t e r - b a r   { 
         b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 2 5 5 , 2 5 5 , 2 5 5 , 0 . 0 5 ) ; 
 } 
 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - c a r d   { 
         b a c k g r o u n d :   # 1 a 1 a 1 a ; 
         b o r d e r :   1 p x   s o l i d   # 2 a 2 a 2 a ; 
 } 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - c a r d   . t p - p o s t b o x - t i t l e   a   { 
         c o l o r :   v a r ( - - t p - c o m m o n - w h i t e ) ; 
 } 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - c a r d   . t p - p o s t b o x - t i t l e   a : h o v e r   { 
         c o l o r :   v a r ( - - t p - t h e m e - p r i m a r y ) ; 
 } 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - c a r d   . t p - p o s t b o x - t e x t   { 
         c o l o r :   # 9 9 9 ; 
 } 
  
 
 
 / *   F o r c e   R e a d   M o r e   b u t t o n   ( t p - b t n - b o r d e r - l g )   t o   b e   s t r i c t l y   r e c t a n g u l a r   i n   t h e   J o u r n a l   G r i d   * / 
 . t p - j o u r n a l - c a r d   . t p - b t n - b o r d e r - l g   { 
         b o r d e r - r a d i u s :   0   ! i m p o r t a n t ; 
 } 
  
 
 
 / *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
       J O U R N A L   G R I D   R E F I N E M E N T S   ( V 2 ) 
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * / 
 
 / *   T y p o g r a p h y   &   H e a d e r   a d j u s t m e n t s   * / 
 . t p - j o u r n a l - h e a d e r   { 
         b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 0 , 0 , 0 , 0 . 1 ) ; 
         p a d d i n g - b o t t o m :   0 ;   / *   R e m o v i n g   p a d d i n g   t o   a l l o w   t a b s   t o   s i t   d i r e c t l y   o n   t h e   l i n e   * / 
 } 
 
 . t p - j o u r n a l - t i t l e   { 
         f o n t - s i z e :   2 8 p x ; 
         f o n t - w e i g h t :   5 0 0 ; 
         t e x t - t r a n s f o r m :   n o n e ; 
         l e t t e r - s p a c i n g :   0 ; 
         m a r g i n :   0 ; 
         c o l o r :   v a r ( - - t p - c o m m o n - b l a c k ) ; 
 } 
 
 / *   B r o w s e r - s t y l e   C a t e g o r y   T a b s   * / 
 . t p - j o u r n a l - t a b s   { 
         d i s p l a y :   f l e x ; 
         f l e x - w r a p :   w r a p ; 
         g a p :   5 p x ;   / *   T i g h t e r   g a p   f o r   b r o w s e r   t a b s   * / 
         a l i g n - i t e m s :   f l e x - e n d ; 
 } 
 
 . t p - j o u r n a l - t a b   { 
         f o n t - s i z e :   1 3 p x ; 
         f o n t - w e i g h t :   6 0 0 ; 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
         c o l o r :   # 8 8 8 ; 
         b a c k g r o u n d - c o l o r :   t r a n s p a r e n t ; 
         p a d d i n g :   1 2 p x   2 4 p x ; 
         b o r d e r - r a d i u s :   8 p x   8 p x   0   0 ; 
         b o r d e r :   1 p x   s o l i d   t r a n s p a r e n t ; 
         b o r d e r - b o t t o m :   n o n e ; 
         t r a n s i t i o n :   a l l   0 . 3 s   e a s e ; 
         m a r g i n - b o t t o m :   - 1 p x ;   / *   P u l l   d o w n   t o   o v e r l a y   t h e   h e a d e r   b o r d e r   * / 
 } 
 
 . t p - j o u r n a l - t a b : h o v e r   { 
         c o l o r :   v a r ( - - t p - c o m m o n - b l a c k ) ; 
         b a c k g r o u n d - c o l o r :   r g b a ( 0 , 0 , 0 , 0 . 0 3 ) ; 
 } 
 
 . t p - j o u r n a l - t a b . a c t i v e   { 
         c o l o r :   v a r ( - - t p - c o m m o n - b l a c k ) ; 
         b a c k g r o u n d - c o l o r :   # f f f ; 
         b o r d e r - c o l o r :   r g b a ( 0 , 0 , 0 , 0 . 1 ) ; 
 } 
 
 . t p - j o u r n a l - t a b . a c t i v e : : a f t e r   { 
         d i s p l a y :   n o n e ;   / *   R e m o v e   p r e v i o u s   u n d e r l i n e   s t y l e   * / 
 } 
 
 / *   P o s t   C a r d s   R e f i n e m e n t s   * / 
 . t p - j o u r n a l - c a r d   . p o s t b o x _ _ t h u m b   i m g   { 
         w i d t h :   1 0 0 % ; 
         h e i g h t :   2 5 0 p x ; 
         o b j e c t - f i t :   c o v e r ; 
         b o r d e r - r a d i u s :   4 p x ;   / *   S l i g h t   r o u n d i n g   f o r   i m a g e s   i f   d e s i r e d ,   o r   0   * / 
 } 
 
 . t p - j o u r n a l - c a r d   . t p - p o s t b o x - t i t l e   { 
         f o n t - s i z e :   2 2 p x ; 
         l i n e - h e i g h t :   1 . 3 ; 
         m a r g i n - t o p :   1 5 p x ; 
         m a r g i n - b o t t o m :   1 0 p x ; 
 } 
 
 / *   D a r k   M o d e   O v e r r i d e s   f o r   V 2   * / 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - h e a d e r   { 
         b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 2 5 5 , 2 5 5 , 2 5 5 , 0 . 1 ) ; 
 } 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - t i t l e   { 
         c o l o r :   v a r ( - - t p - c o m m o n - w h i t e ) ; 
 } 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - t a b : h o v e r   { 
         c o l o r :   v a r ( - - t p - c o m m o n - w h i t e ) ; 
         b a c k g r o u n d - c o l o r :   r g b a ( 2 5 5 , 2 5 5 , 2 5 5 , 0 . 0 5 ) ; 
 } 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - t a b . a c t i v e   { 
         c o l o r :   v a r ( - - t p - c o m m o n - w h i t e ) ; 
         b a c k g r o u n d - c o l o r :   # 1 a 1 a 1 a ; 
         b o r d e r - c o l o r :   r g b a ( 2 5 5 , 2 5 5 , 2 5 5 , 0 . 1 ) ; 
 } 
  
 
 
 / *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
       J O U R N A L   G R I D   R E F I N E M E N T S   ( V 3 ) 
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * / 
 
 / *   1 .   S h r i n k   t h e   m a i n   B r e a d c r u m b   h e a d i n g   f o r   t h e   B l o g   p a g e   a n d   a l i g n   i t   l e f t   * / 
 b o d y . b l o g   . b r e a d c r u m b _ _ a r e a   { 
         p a d d i n g - t o p :   6 0 p x   ! i m p o r t a n t ; 
         p a d d i n g - b o t t o m :   3 0 p x   ! i m p o r t a n t ; 
 } 
 b o d y . b l o g   . b r e a d c r u m b _ _ c o n t e n t   { 
         t e x t - a l i g n :   l e f t   ! i m p o r t a n t ; 
 } 
 b o d y . b l o g   . b r e a d c r u m b _ _ t i t l e   { 
         f o n t - s i z e :   3 6 p x   ! i m p o r t a n t ; 
         m a r g i n - b o t t o m :   0   ! i m p o r t a n t ; 
 } 
 
 / *   2 .   F i x   B r o w s e r   T a b s   S p a c i n g   a n d   C o l o r s   * / 
 . t p - j o u r n a l - h e a d e r   { 
         m a r g i n - t o p :   - 1 5 p x ;   / *   P u l l   t a b s   c l o s e r   t o   t h e   t o p   b r e a d c r u m b   a r e a   i f   n e e d e d   * / 
 } 
 
 . t p - j o u r n a l - t a b s   { 
         d i s p l a y :   f l e x ; 
         f l e x - w r a p :   w r a p ; 
         a l i g n - i t e m s :   f l e x - e n d ; 
         g a p :   8 p x ;   / *   F o r c e   g a p   f o r   m o d e r n   b r o w s e r s   * / 
         m a r g i n - b o t t o m :   2 0 p x ; 
 } 
 
 . t p - j o u r n a l - t a b   { 
         f o n t - s i z e :   1 2 p x   ! i m p o r t a n t ; 
         f o n t - w e i g h t :   6 0 0   ! i m p o r t a n t ; 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
         c o l o r :   # 6 6 6   ! i m p o r t a n t ; 
         b a c k g r o u n d - c o l o r :   # f 0 f 0 f 0   ! i m p o r t a n t ;   / *   D i s t i n c t   l i g h t   t a b   c o l o r   * / 
         p a d d i n g :   1 2 p x   2 0 p x   ! i m p o r t a n t ; 
         b o r d e r - r a d i u s :   6 p x   6 p x   0   0   ! i m p o r t a n t ;   / *   T o p   r o u n d i n g   l i k e   b r o w s e r   t a b   * / 
         m a r g i n - r i g h t :   6 p x ;   / *   F a l l b a c k   s p a c e r   f o r   s t r i c t   l a y o u t   e n g i n e s   * / 
         m a r g i n - b o t t o m :   0   ! i m p o r t a n t ; 
         b o r d e r :   1 p x   s o l i d   # e 0 e 0 e 0   ! i m p o r t a n t ; 
         b o r d e r - b o t t o m :   n o n e   ! i m p o r t a n t ; 
         t r a n s i t i o n :   a l l   0 . 2 s   e a s e ; 
 } 
 
 . t p - j o u r n a l - t a b : h o v e r   { 
         b a c k g r o u n d - c o l o r :   # e 8 e 8 e 8   ! i m p o r t a n t ; 
         c o l o r :   v a r ( - - t p - c o m m o n - b l a c k )   ! i m p o r t a n t ; 
 } 
 
 . t p - j o u r n a l - t a b . a c t i v e   { 
         b a c k g r o u n d - c o l o r :   # f f f   ! i m p o r t a n t ;   / *   A c t i v e   t a b   m a t c h e s   c o n t e n t   b a c k g r o u n d   * / 
         c o l o r :   v a r ( - - t p - c o m m o n - b l a c k )   ! i m p o r t a n t ; 
         b o r d e r - c o l o r :   # e 0 e 0 e 0   ! i m p o r t a n t ; 
         b o x - s h a d o w :   0   - 2 p x   5 p x   r g b a ( 0 , 0 , 0 , 0 . 0 2 )   ! i m p o r t a n t ; 
 } 
 
 / *   3 .   D a r k   M o d e   S u p p o r t   f o r   t h e   n e w   p r e c i s e   B r o w s e r   T a b s   a n d   B r e a d c r u m b   * / 
 . l i k o - d a r k - a c t i v e   b o d y . b l o g   . b r e a d c r u m b _ _ a r e a   { 
         b a c k g r o u n d - c o l o r :   # 1 1 1   ! i m p o r t a n t ;   / *   M a t c h   d a r k   b a c k g r o u n d   * / 
 } 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - t a b   { 
         b a c k g r o u n d - c o l o r :   # 2 2 2   ! i m p o r t a n t ; 
         b o r d e r - c o l o r :   # 3 3 3   ! i m p o r t a n t ; 
         c o l o r :   # a a a   ! i m p o r t a n t ; 
 } 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - t a b : h o v e r   { 
         b a c k g r o u n d - c o l o r :   # 2 a 2 a 2 a   ! i m p o r t a n t ; 
         c o l o r :   # f f f   ! i m p o r t a n t ; 
 } 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - t a b . a c t i v e   { 
         b a c k g r o u n d - c o l o r :   # 1 9 1 9 1 9   ! i m p o r t a n t ;   / *   M a t c h   d a r k   t h e m e   b o d y   * / 
         b o r d e r - c o l o r :   # 3 3 3   ! i m p o r t a n t ; 
         c o l o r :   # f f f   ! i m p o r t a n t ; 
         b o x - s h a d o w :   0   - 2 p x   5 p x   r g b a ( 0 , 0 , 0 , 0 . 1 )   ! i m p o r t a n t ; 
 } 
  
 
 
 / *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
       J O U R N A L   G R I D   R E F I N E M E N T S   ( V 4   -   M i n i m a l   T e x t   T a b s ) 
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * / 
 
 / *   R e m o v e   b r o w s e r   t a b   l o o k ,   r e t u r n   t o   c l e a n   t e x t   t a b s   w i t h   b o t t o m   b o r d e r   * / 
 . t p - j o u r n a l - t a b s   { 
         g a p :   3 0 p x ;   / *   W i d e r   g a p   f o r   t e x t   t a b s   * / 
         m a r g i n - b o t t o m :   0 ; 
         j u s t i f y - c o n t e n t :   f l e x - s t a r t ;   / *   A l i g n   l e f t   p e r   n e w   s c r e e n s h o t   * / 
         b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 0 , 0 , 0 , 0 . 1 ) ;   / *   S i n g l e   c o n t i n u o u s   l i n e   u n d e r   t a b s   * / 
         p a d d i n g - b o t t o m :   0 ; 
         w i d t h :   1 0 0 % ; 
 } 
 
 . t p - j o u r n a l - t a b   { 
         f o n t - s i z e :   1 3 p x   ! i m p o r t a n t ; 
         f o n t - w e i g h t :   5 0 0   ! i m p o r t a n t ; 
         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
         c o l o r :   # 8 8 8   ! i m p o r t a n t ; 
         b a c k g r o u n d - c o l o r :   t r a n s p a r e n t   ! i m p o r t a n t ; 
         p a d d i n g :   0   0   1 5 p x   0   ! i m p o r t a n t ; 
         b o r d e r :   n o n e   ! i m p o r t a n t ; 
         b o r d e r - r a d i u s :   0   ! i m p o r t a n t ; 
         m a r g i n - r i g h t :   0 ; 
         m a r g i n - b o t t o m :   - 1 p x   ! i m p o r t a n t ;   / *   O v e r l a p   t h e   c o n t a i n e r   b o r d e r - b o t t o m   * / 
         t r a n s i t i o n :   c o l o r   0 . 3 s   e a s e ; 
         p o s i t i o n :   r e l a t i v e ; 
 } 
 
 . t p - j o u r n a l - t a b : h o v e r   { 
         c o l o r :   v a r ( - - t p - c o m m o n - b l a c k )   ! i m p o r t a n t ; 
         b a c k g r o u n d - c o l o r :   t r a n s p a r e n t   ! i m p o r t a n t ; 
 } 
 
 / *   A c t i v e   t a b   s t a t e   * / 
 . t p - j o u r n a l - t a b . a c t i v e   { 
         c o l o r :   v a r ( - - t p - c o m m o n - b l a c k )   ! i m p o r t a n t ; 
         b a c k g r o u n d - c o l o r :   t r a n s p a r e n t   ! i m p o r t a n t ; 
         b o r d e r :   n o n e   ! i m p o r t a n t ; 
         b o x - s h a d o w :   n o n e   ! i m p o r t a n t ; 
 } 
 
 / *   T h e   a c t i v e   u n d e r l i n e   i n d i c a t o r   * / 
 . t p - j o u r n a l - t a b . a c t i v e : : a f t e r   { 
         d i s p l a y :   b l o c k   ! i m p o r t a n t ; 
         c o n t e n t :   ' ' ; 
         p o s i t i o n :   a b s o l u t e ; 
         b o t t o m :   0 ; 
         l e f t :   0 ; 
         w i d t h :   1 0 0 % ; 
         h e i g h t :   2 p x ; 
         b a c k g r o u n d - c o l o r :   v a r ( - - t p - t h e m e - p r i m a r y ) ;   / *   A s s u m i n g   p r i m a r y   i s   b l a c k / d a r k   b l u e   b a s e d   o n   t h e m e   * / 
         z - i n d e x :   2 ; 
 } 
 
 / *   A d j u s t   s e a r c h   b a r   t o p   m a r g i n   t o   m a t c h   s c r e e n s h o t   s p a c i n g   * / 
 . t p - j o u r n a l - f i l t e r - b a r   { 
         m a r g i n - t o p :   2 0 p x ; 
         b o r d e r - b o t t o m :   n o n e   ! i m p o r t a n t ;   / *   R e m o v e   b o t t o m   b o r d e r   f r o m   s e a r c h   b a r   a r e a   i t s e l f   i f   i t   h a d   o n e   * / 
 } 
 
 / *   D a r k   M o d e   O v e r r i d e s   * / 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - t a b s   { 
         b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 2 5 5 , 2 5 5 , 2 5 5 , 0 . 1 ) ; 
 } 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - t a b   { 
         b a c k g r o u n d - c o l o r :   t r a n s p a r e n t   ! i m p o r t a n t ; 
         c o l o r :   # 8 8 8   ! i m p o r t a n t ; 
 } 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - t a b : h o v e r   { 
         b a c k g r o u n d - c o l o r :   t r a n s p a r e n t   ! i m p o r t a n t ; 
         c o l o r :   # f f f   ! i m p o r t a n t ; 
 } 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - t a b . a c t i v e   { 
         b a c k g r o u n d - c o l o r :   t r a n s p a r e n t   ! i m p o r t a n t ; 
         c o l o r :   # f f f   ! i m p o r t a n t ; 
         b o x - s h a d o w :   n o n e   ! i m p o r t a n t ; 
 } 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - t a b . a c t i v e : : a f t e r   { 
         b a c k g r o u n d - c o l o r :   # f f f ;   / *   W h i t e   u n d e r l i n e   i n   d a r k   m o d e   * / 
 } 
  
 
 
 / *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
       J O U R N A L   G R I D   R E F I N E M E N T S   ( V 5   -   P o s t   C a r d s   V i s u a l s ) 
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * / 
 
 / *   1 .   I m a g e   R a t i o   &   C a r d   H o v e r   A n i m a t i o n   * / 
 . t p - j o u r n a l - c a r d   { 
         t r a n s i t i o n :   a l l   0 . 4 s   c u b i c - b e z i e r ( 0 . 1 6 5 ,   0 . 8 4 ,   0 . 4 4 ,   1 ) ; 
         b a c k g r o u n d :   t r a n s p a r e n t   ! i m p o r t a n t ; 
         b o r d e r :   n o n e   ! i m p o r t a n t ; 
         b o x - s h a d o w :   n o n e   ! i m p o r t a n t ; 
 } 
 
 . t p - j o u r n a l - c a r d : h o v e r   { 
         t r a n s f o r m :   t r a n s l a t e Y ( - 8 p x ) ; 
 } 
 
 . t p - j o u r n a l - c a r d   . p o s t b o x _ _ t h u m b   { 
         o v e r f l o w :   h i d d e n ; 
         b o r d e r - r a d i u s :   4 p x ;   / *   S l i g h t   m o d e r n   r o u n d i n g   * / 
 } 
 
 . t p - j o u r n a l - c a r d   . p o s t b o x _ _ t h u m b   i m g   { 
         w i d t h :   1 0 0 %   ! i m p o r t a n t ; 
         h e i g h t :   a u t o   ! i m p o r t a n t ; 
         a s p e c t - r a t i o :   1 6   /   9 ;   / *   E n f o r c e   s t r i c t   h o r i z o n t a l   r e c t a n g l e   r a t i o   * / 
         o b j e c t - f i t :   c o v e r   ! i m p o r t a n t ; 
         t r a n s i t i o n :   t r a n s f o r m   0 . 6 s   c u b i c - b e z i e r ( 0 . 1 6 5 ,   0 . 8 4 ,   0 . 4 4 ,   1 ) ; 
 } 
 
 . t p - j o u r n a l - c a r d : h o v e r   . p o s t b o x _ _ t h u m b   i m g   { 
         t r a n s f o r m :   s c a l e ( 1 . 0 5 ) ;   / *   S l i g h t   z o o m   o n   h o v e r   * / 
 } 
 
 / *   2 .   H i d e   E x c e r p t s   /   T e x t   c o n t e n t   * / 
 . t p - j o u r n a l - c a r d   . t p - p o s t b o x - t e x t   { 
         d i s p l a y :   n o n e   ! i m p o r t a n t ; 
 } 
 
 / *   3 .   S m a l l e r   T i t l e   * / 
 . t p - j o u r n a l - c a r d   . t p - p o s t b o x - t i t l e   { 
         f o n t - s i z e :   1 8 p x   ! i m p o r t a n t ; 
         l i n e - h e i g h t :   1 . 4   ! i m p o r t a n t ; 
         m a r g i n - t o p :   1 5 p x   ! i m p o r t a n t ; 
         m a r g i n - b o t t o m :   1 5 p x   ! i m p o r t a n t ; 
         f o n t - w e i g h t :   5 0 0   ! i m p o r t a n t ; 
 } 
 
 / *   A d j u s t   m e t a   i n f o   ( d a t e ,   c a t e g o r y )   t o   b e   t i g h t e r   * / 
 . t p - j o u r n a l - c a r d   . t p - p o s t b o x - m e t a   { 
         m a r g i n - b o t t o m :   8 p x   ! i m p o r t a n t ; 
 } 
 
 / *   D a r k   M o d e   s p e c i f i c   c a r d   f i x e s   i f   n e e d e d   * / 
 . l i k o - d a r k - a c t i v e   . t p - j o u r n a l - c a r d   { 
         b a c k g r o u n d :   t r a n s p a r e n t   ! i m p o r t a n t ; 
         b o r d e r :   n o n e   ! i m p o r t a n t ; 
 } 
  
 
 
 / *   4 .   H i d e   ' R e a d   M o r e '   B u t t o n   s i n c e   e x c e r p t   i s   r e m o v e d   * / 
 . t p - j o u r n a l - c a r d   . p o s t b o x _ _ r e a d - m o r e   { 
         d i s p l a y :   n o n e   ! i m p o r t a n t ; 
 } 
 
 / *   M a k e   s u r e   t i t l e   a n d   i m a g e   l i n k s   a r e   c l e a r   t a r g e t s   * / 
 . t p - j o u r n a l - c a r d   . t p - p o s t b o x - t i t l e   a   { 
         t e x t - d e c o r a t i o n :   n o n e ; 
         t r a n s i t i o n :   c o l o r   0 . 3 s   e a s e ; 
 } 
 
 . t p - j o u r n a l - c a r d : h o v e r   . t p - p o s t b o x - t i t l e   a   { 
         c o l o r :   v a r ( - - t p - t h e m e - p r i m a r y ) ; 
 } 
  
 < ! - -   A n t i - C a c h e   t i m e s t a m p :   0 2 / 2 2 / 2 0 2 6   1 7 : 4 3 : 3 4   - - >  
 
 
 / *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
       F O R C E   O V E R R I D E   F O R   E L E M E N T O R / T H E M E   P O S T   G R I D S   ( V 6 ) 
       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * / 
 
 / *   1 .   F o r c e   I m a g e   A s p e c t   R a t i o   ( 1 6 : 9 )   * / 
 . e l e m e n t o r - p o s t s - c o n t a i n e r   . e l e m e n t o r - p o s t _ _ t h u m b n a i l   i m g , 
 . e l e m e n t o r - p o s t _ _ t h u m b n a i l _ _ l i n k   i m g , 
 . t p - b l o g - a r e a   . p o s t b o x _ _ t h u m b   i m g , 
 a r t i c l e   . p o s t b o x _ _ t h u m b   i m g , 
 . p o s t b o x _ _ i t e m   . p o s t b o x _ _ t h u m b   i m g   { 
         w i d t h :   1 0 0 %   ! i m p o r t a n t ; 
         h e i g h t :   a u t o   ! i m p o r t a n t ; 
         a s p e c t - r a t i o :   1 6   /   9   ! i m p o r t a n t ; 
         o b j e c t - f i t :   c o v e r   ! i m p o r t a n t ; 
         b o r d e r - r a d i u s :   4 p x   ! i m p o r t a n t ; 
         t r a n s i t i o n :   t r a n s f o r m   0 . 6 s   c u b i c - b e z i e r ( 0 . 1 6 5 ,   0 . 8 4 ,   0 . 4 4 ,   1 )   ! i m p o r t a n t ; 
 } 
 
 / *   2 .   H i d e   E x c e r p t s   ( Zc i a n a   t e k s t u )   c o m p l e t e l y   * / 
 . e l e m e n t o r - p o s t _ _ e x c e r p t , 
 . e l e m e n t o r - p o s t s - c o n t a i n e r   . e l e m e n t o r - p o s t _ _ e x c e r p t , 
 . t p - b l o g - a r e a   . t p - p o s t b o x - t e x t , 
 . p o s t b o x _ _ i t e m   . t p - p o s t b o x - t e x t , 
 a r t i c l e   . t p - p o s t b o x - t e x t   { 
         d i s p l a y :   n o n e   ! i m p o r t a n t ; 
 } 
 
 / *   3 .   H i d e   ' R e a d   M o r e '   B u t t o n s   * / 
 . e l e m e n t o r - p o s t _ _ r e a d - m o r e , 
 . e l e m e n t o r - p o s t s - c o n t a i n e r   . e l e m e n t o r - p o s t _ _ r e a d - m o r e , 
 . t p - b l o g - a r e a   . p o s t b o x _ _ r e a d - m o r e , 
 . p o s t b o x _ _ i t e m   . p o s t b o x _ _ r e a d - m o r e , 
 a r t i c l e   . p o s t b o x _ _ r e a d - m o r e   { 
         d i s p l a y :   n o n e   ! i m p o r t a n t ; 
 } 
 
 / *   4 .   S m a l l e r   P o s t   T i t l e s   * / 
 . e l e m e n t o r - p o s t _ _ t i t l e , 
 . e l e m e n t o r - p o s t s - c o n t a i n e r   . e l e m e n t o r - p o s t _ _ t i t l e , 
 . t p - b l o g - a r e a   . t p - p o s t b o x - t i t l e , 
 . p o s t b o x _ _ i t e m   . t p - p o s t b o x - t i t l e , 
 a r t i c l e   . t p - p o s t b o x - t i t l e   { 
         f o n t - s i z e :   1 8 p x   ! i m p o r t a n t ; 
         l i n e - h e i g h t :   1 . 4   ! i m p o r t a n t ; 
         m a r g i n - t o p :   1 5 p x   ! i m p o r t a n t ; 
         m a r g i n - b o t t o m :   1 5 p x   ! i m p o r t a n t ; 
         f o n t - w e i g h t :   5 0 0   ! i m p o r t a n t ; 
 } 
 
 / *   5 .   P o s t   C a r d   H o v e r   A n i m a t i o n s   * / 
 . e l e m e n t o r - p o s t , 
 . p o s t b o x _ _ i t e m , 
 a r t i c l e . p o s t   { 
         t r a n s i t i o n :   a l l   0 . 4 s   c u b i c - b e z i e r ( 0 . 1 6 5 ,   0 . 8 4 ,   0 . 4 4 ,   1 )   ! i m p o r t a n t ; 
         b a c k g r o u n d :   t r a n s p a r e n t   ! i m p o r t a n t ; 
         b o r d e r :   n o n e   ! i m p o r t a n t ; 
         b o x - s h a d o w :   n o n e   ! i m p o r t a n t ; 
 } 
 
 . e l e m e n t o r - p o s t : h o v e r , 
 . p o s t b o x _ _ i t e m : h o v e r , 
 a r t i c l e . p o s t : h o v e r   { 
         t r a n s f o r m :   t r a n s l a t e Y ( - 8 p x )   ! i m p o r t a n t ; 
 } 
 
 . e l e m e n t o r - p o s t : h o v e r   . e l e m e n t o r - p o s t _ _ t h u m b n a i l   i m g , 
 . p o s t b o x _ _ i t e m : h o v e r   . p o s t b o x _ _ t h u m b   i m g , 
 a r t i c l e . p o s t : h o v e r   . p o s t b o x _ _ t h u m b   i m g   { 
         t r a n s f o r m :   s c a l e ( 1 . 0 5 )   ! i m p o r t a n t ; 
 } 
 
 / *   E n s u r e   t i t l e   c h a n g e s   c o l o r   o n   h o v e r   * / 
 . e l e m e n t o r - p o s t : h o v e r   . e l e m e n t o r - p o s t _ _ t i t l e   a , 
 . p o s t b o x _ _ i t e m : h o v e r   . t p - p o s t b o x - t i t l e   a , 
 a r t i c l e . p o s t : h o v e r   . t p - p o s t b o x - t i t l e   a   { 
         c o l o r :   v a r ( - - t p - t h e m e - p r i m a r y )   ! i m p o r t a n t ; 
 } 
 
 / *   6 .   T a b s   s t y l i n g   f o r   E l e m e n t o r / T h e m e   t a x o n o m y   f i l t e r s   * / 
 . e l e m e n t o r - p o r t f o l i o _ _ f i l t e r s , 
 . t p - j o u r n a l - t a b s   { 
         d i s p l a y :   f l e x   ! i m p o r t a n t ; 
         f l e x - w r a p :   w r a p   ! i m p o r t a n t ; 
         g a p :   3 0 p x   ! i m p o r t a n t ; 
         m a r g i n - b o t t o m :   2 0 p x   ! i m p o r t a n t ; 
         j u s t i f y - c o n t e n t :   f l e x - s t a r t   ! i m p o r t a n t ; 
         b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 0 , 0 , 0 , 0 . 1 )   ! i m p o r t a n t ; 
         p a d d i n g - b o t t o m :   0   ! i m p o r t a n t ; 
         w i d t h :   1 0 0 %   ! i m p o r t a n t ; 
 } 
 
 . e l e m e n t o r - p o r t f o l i o _ _ f i l t e r , 
 . t p - j o u r n a l - t a b   { 
         f o n t - s i z e :   1 3 p x   ! i m p o r t a n t ; 
         f o n t - w e i g h t :   5 0 0   ! i m p o r t a n t ; 
         t e x t - t r a n s f o r m :   u p p e r c a s e   ! i m p o r t a n t ; 
         c o l o r :   # 8 8 8   ! i m p o r t a n t ; 
         b a c k g r o u n d - c o l o r :   t r a n s p a r e n t   ! i m p o r t a n t ; 
         p a d d i n g :   0   0   1 5 p x   0   ! i m p o r t a n t ; 
         b o r d e r :   n o n e   ! i m p o r t a n t ; 
         m a r g i n - b o t t o m :   - 1 p x   ! i m p o r t a n t ; 
         t r a n s i t i o n :   c o l o r   0 . 3 s   e a s e   ! i m p o r t a n t ; 
         p o s i t i o n :   r e l a t i v e   ! i m p o r t a n t ; 
 } 
 
 . e l e m e n t o r - p o r t f o l i o _ _ f i l t e r . e l e m e n t o r - a c t i v e , 
 . t p - j o u r n a l - t a b . a c t i v e   { 
         c o l o r :   v a r ( - - t p - c o m m o n - b l a c k )   ! i m p o r t a n t ; 
 } 
 
 . e l e m e n t o r - p o r t f o l i o _ _ f i l t e r . e l e m e n t o r - a c t i v e : : a f t e r , 
 . t p - j o u r n a l - t a b . a c t i v e : : a f t e r   { 
         d i s p l a y :   b l o c k   ! i m p o r t a n t ; 
         c o n t e n t :   ' '   ! i m p o r t a n t ; 
         p o s i t i o n :   a b s o l u t e   ! i m p o r t a n t ; 
         b o t t o m :   0   ! i m p o r t a n t ; 
         l e f t :   0   ! i m p o r t a n t ; 
         w i d t h :   1 0 0 %   ! i m p o r t a n t ; 
         h e i g h t :   2 p x   ! i m p o r t a n t ; 
         b a c k g r o u n d - c o l o r :   v a r ( - - t p - t h e m e - p r i m a r y )   ! i m p o r t a n t ; 
 } 
  
 < ! - -   A n t i - C a c h e   t i m e s t a m p   # 2 :   0 2 / 2 2 / 2 0 2 6   1 7 : 5 1 : 0 2   - - >  
 