@charset "UTF-8";
    .page .date-tags,
.page .author-info {
display: none;
} .mobile-menu-buttons {
background: black;
color: white;
}  .article h2, .article h3, .article h4, .sidebar h3 {
background: none;
border: none; padding: 0;
position: relative; color: #000;
} .article h2 {
padding-bottom: 10px;
margin-top: 3em;
margin-bottom: 1.5em;
font-weight: bold; background-image: linear-gradient(to right, #1a56c8, #ef3c3e);
background-size: 100% 1px;
background-position: left bottom;
background-repeat: no-repeat;
} .article h2::before {
content: "";
position: absolute;
bottom: 0; left: 0;
width: 40%;
height: 8px;
background: #1a56c8;
clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
} .article h2::after {
content: "";
position: absolute;
bottom: -4px; right: -5px;
width: 10px;
height: 10px;
border: 1px solid #ef3c3e;
background: #fff;
border-radius: 50%;
box-sizing: border-box;
} .article h3, .sidebar h3 {
padding: 15px 0 10px 0;
margin-top: 2.5em;
margin-bottom: 1.5em;
font-weight: bold; background-image: 
linear-gradient(to right, #1a56c8, #ef3c3e), linear-gradient(to right, #1a56c8, #ef3c3e); background-size: 
calc(100% - 10px) 1px, 100% 1px; background-position: 
right top, 
left bottom;
background-repeat: no-repeat;
} .article h3::before, .sidebar h3::before {
content: "";
position: absolute;
top: -4px;
left: 0;
width: 10px;
height: 10px;
border: 1px solid #1a56c8;
background: #fff;
border-radius: 50%;
box-sizing: border-box;
} .article h3::after, .sidebar h3::after {
content: "";
position: absolute;
bottom: -4px;
right: -5px;
width: 10px;
height: 10px;
border: 1px solid #ef3c3e;
background: #fff;
border-radius: 50%;
box-sizing: border-box;
} .article h4 {
padding-bottom: 10px;
margin-top: 2em;
margin-bottom: 1.5em;
font-weight: bold; background-image: linear-gradient(to right, #1a56c8, #ef3c3e);
background-size: 100% 1px;
background-position: left bottom;
background-repeat: no-repeat;
} .article h4::after {
content: "";
position: absolute;
bottom: -4px;
right: -5px;
width: 10px;
height: 10px;
border: 1px solid #ef3c3e;
background: #fff;
border-radius: 50%;
box-sizing: border-box;
} @media screen and (min-width: 1024px) { .navi-in ul li a {
position: relative; 
} .navi-in ul li a::after {
content: '';
position: absolute;
bottom: 5px; left: 50%;
transform: translateX(-50%);
width: 0;
height: 3px;
background: linear-gradient(to right, #1a56c8, #ef3c3e);
border-radius: 2px;
transition: width 0.3s ease-out;
} .navi-in ul li a:hover::after {
width: 80%; }
}  .search-box, 
.widget_search form {
position: relative;
max-width: 100%;
} .search-box input[type="text"],
.search-input,
.widget_search input[type="text"] {
width: 100%; padding: 12px 70px 12px 15px !important; 
border: 1px solid #ccc !important; 
border-radius: 6px !important; 
background-color: #fff !important;
color: #333 !important;
font-size: 16px;
box-sizing: border-box;
transition: all 0.3s ease-out !important; 
outline: none !important; 
} .search-box input[type="text"]:focus,
.search-input:focus,
.widget_search input[type="text"]:focus {
border-color: #1a56c8 !important;
box-shadow: 
0 0 8px rgba(26, 86, 200, 0.6),  
0 0 15px rgba(239, 60, 62, 0.2) !important; 
transform: translateY(-1px);
} .search-box .search-submit,
.widget_search .search-submit {
position: absolute;
top: 50%;
right: 5px; 
transform: translateY(-50%);
width: 40px !important;  
height: 40px !important; 
background-color: #1a56c8 !important; 
border: none !important; border-radius: 6px !important; 
color: #fff !important; 
font-size: 16px;
cursor: pointer;
transition: all 0.4s cubic-bezier(0.25, 1.5, 0.5, 1) !important; 
padding: 0 !important;
display: flex;
align-items: center;
justify-content: center;
} .search-box .search-submit:hover,
.widget_search .search-submit:hover {
width: 60px !important; background-color: #1646a3 !important; box-shadow: 0 0 10px rgba(26, 86, 200, 0.5) !important; }  @media screen and (max-width: 1023px){ } @media screen and (max-width: 834px){ } @media screen and (max-width: 480px){ }