/*
Theme Name: Flatsome Child
Theme URI: https://www.ijert.org
Description: Flatsome Child Theme for IJERT
Author: IJERT
Author URI: https://www.ijert.org
Template: flatsome
Version: 1.0.0
*/
  .header-image {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .header-image img {
            max-width: 100%;
            height: auto;
        }
        
        .volumes-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-top: 20px;
        }
        
        .volume-section {
            background-color: #ffffff;
            border: 1px solid #ddd;
            border-radius: 6px;
            overflow: hidden;
        }
        
        .volume-header {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            color: #ffffff;
            padding: 15px 20px;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            border-bottom: 3px solid #1a2f5a;
        }
        
        .volume-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .volume-list li {
            border-bottom: 1px solid #e0e0e0;
            transition: background-color 0.3s ease;
        }
        
        .volume-list li:nth-child(odd) {
            background-color: #e3f2fd;
        }
        
        .volume-list li:nth-child(even) {
            background-color: #f5f9fc;
        }
        
        .volume-list li:last-child {
            border-bottom: none;
        }
        
        .volume-list li:hover {
            background-color: #bbdefb;
        }
        
        .volume-list a {
            display: block;
            padding: 12px 20px;
            color: #1565c0;
            text-decoration: none;
            font-size: 15px;
            transition: all 0.3s ease;
        }
        
        .volume-list a:hover {
            color: #0d47a1;
            padding-left: 25px;
            font-weight: 500;
        }
        
        @media (max-width: 768px) {
            .volumes-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .container {
                padding: 15px;
            }
        }


/* IJERT APC Button */
.ijert-submit-notice-cta {
    text-align: center;
    margin: 20px 0;
}

.ijert-notice-btn2 {
    display: inline-block;
    background: #37a03b; /* WordPress blue */
    color: #ffffff !important;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Hover effect */
.ijert-notice-btn2:hover {
    background: #237d26;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

/* Active / Click effect */
.ijert-notice-btn2:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}


/* Mobile image banner hidden on desktop */
.mobile-only-image-banner {
    display: none;
    margin: 12px 0;
	padding: 3px 0px 8px 0px;
}

.mobile-only-image-banner img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

/* Show only on mobile */
@media (max-width: 768px) {
    .mobile-only-image-banner {
        display: block;
    }
}


/* Trust Banner Container */
.trust-banner-icon {
    background: #2b3f73;
    border-radius: 6px;
    padding: 14px 16px;
    margin-bottom: 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

/* Always one row */
.trust-wrapper {
    display: flex;
    align-items: center;        /* vertical center */
    justify-content: center;    /* overall center */
    gap: 14px;
    max-width: 1100px;
    margin: auto;
}

/* Icon */
.trust-icon-badge {
    font-size: 34px;            /* reduced */
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;             /* prevent shrinking */
}

/* Text container */
.trust-text-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;           /* text beside icon */
}

/* Title */
.trust-title {
    font-size: 20px;            /* reduced */
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

/* Yellow highlight */
.trust-title span {
    color: #f2c94c;
}

/* Subtitle */
.trust-year-sub {
    font-size: 16px;            /* reduced */
    color: #ffffff;
    line-height: 1.2;
    margin-top: 2px;
}

.trust-year-sub span {
    color: #f2c94c;
    font-weight: 700;
}

/* MOBILE — keep same layout */
@media (max-width: 768px) {
    .trust-wrapper {
        flex-direction: row;    /* force row */
        gap: 12px;
    }

    .trust-title {
        font-size: 16.8px;
    }

    .trust-year-sub {
        font-size: 15px;
    }

    .trust-icon-badge {
        width: 48px;
        height: 48px;
        font-size: 30px;
    }
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.entry-header-text.text-center {
    padding-left: 0em;
    padding-right: 0em;
}


.is-divider {
    height: auto;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 100%;
}

.page-wrapper {
    padding-top: 15px;
    padding-bottom: 30px;
}

.zui-table {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}
.zui-table thead th {
    background-color: #1e73be;
    border: solid 1px #DDEEEE;
    color: #ffffff;
    padding: 10px;
    text-align: left;
	font-size:16px;
    
}
.zui-table tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}
.zui-table-zebra tbody tr:nth-child(odd) {
    background-color: #fff;
}
.zui-table-zebra tbody tr:nth-child(even) {
    background-color: #eff7ff;
}
.zui-table-horizontal tbody td {
    border-left: none;
    border-right: none;
	font-size:16px;
} 

.entry-content {
    padding-top: 0em;
    padding-bottom: 0em;
}

.entry-header-text {
    padding: 0em;
	text-align: left;
}

th:first-child, td:first-child {
    padding-left: 13px;
}

td {
    color: #000000;	
}

.foo-table tbody tr td a, .foo-table tbody tr td h1, .foo-table tbody tr td h2, .foo-table tbody tr td h3, .foo-table tbody tr td p {
    margin: 0;
    padding: 0;
	color: #035cab;
	font-weight: 600;
}

.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: #000000;
    transition: all .2s;
}

a {
    color: #0a5ebf;
    text-decoration: none;
}
.col, .gallery-item, .columns {
    position: relative;
    margin: 0;
    padding: 0 15px 0px;
    width: 100%;
}

.absolute-footer.dark {
    color: rgb(0,0,0);
}

.nav-box>li>a {
    padding: 0 .55em;
    line-height: 2.5em;
}


.addtoany_content {
    clear: both;
    margin: 0px 0;
}

.ijert-submit-notice-wrap {
    margin: 20px 0;
    padding: 0;
}

.ijert-submit-notice-box {
    background: #224095;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(34, 64, 149, 0.4);
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.ijert-submit-notice-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.ijert-submit-notice-badge {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.8rem;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
    display: inline-flex;
    align-items: center;
}

.ijert-notice-text {
    color: white;
    letter-spacing: 0.3px;
}

.ijert-submit-notice-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.ijert-submit-notice-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-bottom: 15px;
}

.ijert-notice-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.ijert-notice-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.ijert-notice-card-urgent {
    border: 2px solid #fbbf24;
    background: rgba(251, 191, 36, 0.15);
}

.ijert-notice-card-urgent:hover {
    background: rgba(251, 191, 36, 0.25);
}

.ijert-notice-card-icon {
    font-size: 1.8rem;
    line-height: 1;
    flex-shrink: 0;
}

.ijert-notice-card-info {
    flex: 1;
}

.ijert-notice-card-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    margin-bottom: 3px;
    font-weight: 500;
}

.ijert-notice-card-value {
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
}

.ijert-submit-notice-cta {
    text-align: center;
}

.ijert-notice-btn {
    display: inline-block;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.ijert-notice-btn:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
    color: white;
}

@media (max-width: 768px) {
    .ijert-submit-notice-box {
        padding: 15px;
    }
    
    .ijert-submit-notice-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .ijert-submit-notice-title {
        font-size: 1.1rem;
    }
    
    .ijert-submit-notice-cards {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .ijert-notice-card {
        padding: 10px 12px;
    }
    
    .ijert-notice-card-icon {
        font-size: 1.5rem;
    }
    
    .ijert-notice-card-label {
        font-size: 0.7rem;
    }
    
    .ijert-notice-card-value {
        font-size: 0.85rem;
    }
    
    .ijert-notice-btn {
        padding: 9px 25px;
        font-size: 0.9rem;
    }
}

/* IJERT Journal Metrics Widget - Professional Styling */

.ijert-metrics-container {
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    max-width: 900px;
    margin: 2rem auto;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.ijert-metrics-header {
    background: linear-gradient(135deg, #1e40af 0%, #7c3aed 100%);
    padding: 2rem 2.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ijert-metrics-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.ijert-metrics-title {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.02em;
}

.ijert-metrics-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    margin: 0;
    position: relative;
    font-weight: 400;
}

.ijert-scroll-indicator {
    background: linear-gradient(90deg, #fbbf24 0%, #f59e0b 100%);
    color: #1e293b;
    text-align: center;
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    display: none;
}

@media (max-width: 768px) {
    .ijert-scroll-indicator {
        display: block;
    }
}

.ijert-scroll-indicator-bottom {
    background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 100%);
}

.ijert-metrics-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
}

.ijert-metrics-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    table-layout: fixed;
}

.ijert-metrics-table tr {
    border-bottom: 1px solid #e5e7eb;
    transition: background-color 0.2s ease;
}

.ijert-metrics-table tr:hover {
    background: #f8fafc;
}

.ijert-metrics-table tr:last-child {
    border-bottom: none;
}

.ijert-metric-label {
    padding: 1.25rem 1rem 1.25rem 1.5rem;
    background: transparent;
    width: 65%;
    vertical-align: middle;
}

.ijert-metric-label-content {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.ijert-metric-icon {
    font-size: 1.25rem;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    border-radius: 8px;
    flex-shrink: 0;
}

.ijert-metric-text {
    color: #1e293b;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
}

.ijert-metric-text-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.ijert-metric-subtext {
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 400;
}

.ijert-metric-value {
    padding: 1.25rem 1.5rem 1.25rem 1rem;
    text-align: right;
    width: 35%;
    vertical-align: middle;
}

.ijert-value-inner {
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.ijert-metric-ugc .ijert-metric-label-content {
    flex-wrap: wrap;
}

.ijert-new-badge {
    height: 18px;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.ijert-updated-badge {
    height: 16px;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.ijert-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.ijert-button-primary {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.ijert-button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.4);
    color: #ffffff;
}

.ijert-button-secondary {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.ijert-button-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
    color: #ffffff;
}

.ijert-button-google {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
}

.ijert-button-google:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(249, 115, 22, 0.4);
    color: #ffffff;
}

.ijert-metric-value-green .ijert-value-inner {
    color: #16a34a;
}

.ijert-metric-value-purple .ijert-value-inner {
    color: #7c3aed;
}

.ijert-metric-value-pink .ijert-value-inner {
    color: #db2777;
}

.ijert-metric-value-teal .ijert-value-inner {
    color: #0d9488;
}

.ijert-metric-value-orange .ijert-value-inner {
    color: #ea580c;
}

.ijert-metric-issues,
.ijert-metric-indexed {
    background: #f0f9ff;
}

.ijert-metric-impact {
    background: linear-gradient(90deg, #fffbeb 0%, #fef3c7 100%);
}

.ijert-impact-factor-container {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.ijert-impact-factor {
    font-size: 1.75rem;
    font-weight: 800;
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ijert-stat-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #ffffff;
    font-weight: 700;
    border-radius: 20px;
    font-size: 0.95rem;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    white-space: nowrap;
}

.ijert-stat-badge-green {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}

.ijert-counting-text {
    font-weight: 400;
    font-size: 0.75rem;
    opacity: 0.9;
    margin-left: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ijert-future-plans {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 2rem 2.5rem;
    border-top: 1px solid #e2e8f0;
}

.ijert-future-title {
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
    text-align: center;
}

.ijert-future-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

.ijert-future-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
    padding: 1rem 1.25rem;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.ijert-future-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.ijert-future-icon {
    font-size: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
    border-radius: 8px;
    flex-shrink: 0;
}

.ijert-future-details {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex-grow: 1;
}

.ijert-future-link {
    color: #1e293b;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ijert-future-link:hover {
    color: #2563eb;
}

.ijert-future-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: #fef3c7;
    color: #b45309;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 4px;
    width: fit-content;
}

.ijert-future-badge-red {
    background: #fee2e2;
    color: #dc2626;
}

.ijert-future-note {
    text-align: center;
    color: #64748b;
    font-size: 0.9rem;
    margin: 1.5rem 0 1rem 0;
    font-style: italic;
}

.ijert-future-plans .img-inner {
    text-align: center;
    margin-top: 1.5rem;
}

.ijert-future-plans .img-inner img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.ijert-metrics-table td:last-child,
.ijert-metrics-table th:last-child {
    padding-right: 1.5rem !important;
}


@media (max-width: 768px) {
    .ijert-metrics-container {
        margin: 1rem;
        border-radius: 12px;
    }
    
    .ijert-metrics-header {
        padding: 1.5rem;
    }
    
    .ijert-metrics-title {
        font-size: 1.35rem;
    }
    
    .ijert-metric-label,
    .ijert-metric-value {
        padding: 1rem 0.75rem;
    }
    
    .ijert-metric-label {
        width: 60%;
        padding-left: 1rem;
    }
    
    .ijert-metric-value {
        width: 40%;
        padding-right: 1rem;
    }
    
    .ijert-metric-text {
        font-size: 0.85rem;
    }
    
    .ijert-value-inner {
        font-size: 0.95rem;
    }
    
    .ijert-button {
        padding: 0.4rem 0.75rem;
        font-size: 0.7rem;
    }
    
    .ijert-future-plans {
        padding: 1.5rem;
    }
    
    .ijert-future-title {
        font-size: 1.1rem;
    }
    
    .ijert-metric-icon {
        width: 2rem;
        height: 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .ijert-metrics-table {
        table-layout: auto;
    }
    
    .ijert-metrics-table tr {
        display: flex;
        flex-direction: column;
        padding: 1rem;
    }
    
    .ijert-metric-label,
    .ijert-metric-value {
        width: 100%;
        padding: 0.5rem 0;
        text-align: left;
    }
    
    .ijert-metric-value {
        padding-left: 3rem;
    }
    
    .ijert-impact-factor {
        font-size: 1.5rem;
    }
    
    .ijert-button {
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
    }
}

.ijert-metrics-container a,
.ijert-metrics-container a.ijert-button,
.ijert-metrics-table a,
.ijert-button.ijert-button-primary,
.ijert-button.ijert-button-secondary,
.ijert-button.ijert-button-google {
    display: inline-block !important;
    -webkit-inline-flex: unset !important;
    -ms-inline-flexbox: unset !important;
    inline-flex: unset !important;
    line-height: 1 !important;
    padding: 8px 16px !important;
    height: auto !important;
    min-height: unset !important;
    font-size: 0.75rem !important;
}

.ijert-value-inner,
.ijert-metrics-table .ijert-value-inner {
    display: block !important;
    line-height: normal !important;
    -webkit-inline-flex: unset !important;
    inline-flex: unset !important;
}

.ijert-metrics-table td,
.ijert-metrics-table td * {
    line-height: 1.2 !important;
}

.ijert-metrics-table tr {
    height: auto !important;
    min-height: unset !important;
}

.ijert-metrics-table td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
