.MedaStyle-post-sidebar-more-item a {
text-decoration: none; color: #3498db; font-size: 12px; font-weight: bold; position: relative; overflow: hidden; transition: color 0.3s ease, transform 0.3s ease; } .MedaStyle-post-sidebar-more-item a:hover {
color: #e74c3c; transform: translateY(-5px) scale(1.05); text-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } .MedaStyle-post-sidebar-more-item a::after {
content: ''; position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px; background-color: #e74c3c; transform: scaleX(0); transform-origin: bottom right; transition: transform 0.3s ease-out; } .MedaStyle-post-sidebar-more-item a:hover::after {
transform: scaleX(1); transform-origin: bottom left; } .MedaStyle-post-sidebar-more-item a:focus {
outline: none; box-shadow: 0 0 10px rgba(52, 152, 219, 0.7); transform: scale(1.05); } .MedaStyle-post-container {
display: flex;
gap: 20px;
margin: 20px auto;
max-width: 1200px;
}
.MedaStyle-post-content-full {
display: none;  }
.MedaStyle-post-sidebar-actions {
display: flex;
align-items: center;
}
.MedaStyle-post-sidebar-text {
margin-left: 8px;
font-size: 0.9em;
color: #666;
}
.MedaStyle-post {
border: 1px solid #ddd;
border-radius: 8px;
padding: 30px;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
flex: 1;
}
.MedaStyle-post-header {
display: flex;
align-items: flex-start;
}
.MedaStyle-post-avatar {
width: 50px;
height: 50px;
border-radius: 50%;
margin-right: 15px;
}
.MedaStyle-post-header-info {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.MedaStyle-post-author {
font-weight: bold;
}
.MedaStyle-post-title {
font-weight: bold;
}
.MedaStyle-post-author-service {
font-size: 0.9em;
color: #999;
}
.MedaStyle-post-date {
font-size: 0.9em;
color: #999;
}
.MedaStyle-post-content-summary {
font-size: 1em;
line-height: 1.6;
}
.MedaStyle-post-content-summary p {
margin: 0 0 15px;
padding: 0;
}
.MedaStyle-post-content-full {
margin-top: 15px;
font-size: 1em;
line-height: 1.6;
display: none; }
.MedaStyle-post-show-more {
margin-top: 15px;
display: block;
background-color: #0073e6;
color: #fff;
border: none;
padding: 10px;
border-radius: 5px;
cursor: pointer;
text-align: center;
}
.MedaStyle-post-show-less {
margin-top: 15px;
display: none;
background-color: #f0f0f0;
color: #333;
border: none;
padding: 10px;
border-radius: 5px;
cursor: pointer;
text-align: center;
} .MedaStyle-post-content-full.expanded ~ .MedaStyle-post-show-less {
display: block;
}
.MedaStyle-post-sidebar {
position: relative;
border: 1px solid #ddd;
border-radius: 8px;
padding: 15px;
background: #f4f4f4; text-align: center;
flex-basis: 300px;
display: flex;
flex-direction: column;
align-items: center;
}
.MedaStyle-post-sidebar-avatar {
width: 100px;
height: 100px;
border-radius: 50%;
margin-bottom: 10px;
cursor: pointer; }
.MedaStyle-post-sidebar-avatar img {
width: 100%;
height: auto;
border-radius: 50%;
}
.MedaStyle-post-sidebar-title {
font-size: 16px;
font-weight: bold; color: #333; margin-bottom: 10px;
}
.MedaStyle-post-sidebar-date {
font-size: 14px;
color: #666; }
.MedaStyle-post-sidebar-author {
font-weight: bold;
color: #333; margin-bottom: 5px;
}
.MedaStyle-post-sidebar-service {
font-size: 0.9em;
color: #555;
margin-bottom: 10px;
}
.MedaStyle-post-sidebar-count {
font-size: 0.9em;
color: #555;
margin-bottom: 10px;
}
.MedaStyle-post-sidebar-category-count,
.MedaStyle-post-sidebar-categories {
font-size: 0.9em;
color: #555; margin-top: 5px;
}
.MedaStyle-post-sidebar hr {
border: none;
border-top: 1px solid #ddd;
margin: 10px 0;
} @media (max-width: 768px) {
.MedaStyle-post-sidebar {
display: none;
}
} @media (min-width: 768px) and (max-width: 1024px) {
.MedaStyle-post-container {
display: flex;
flex-direction: row;
gap: 20px;
}
.MedaStyle-post-sidebar {
display: none;
}
.layout-boxed #Subheader .container, .layout-boxed:not(.with_aside) .section:not(.full-width), .layout-boxed.with_aside .content_wrapper, .layout-boxed #Footer .container {
padding-left: 5px;
padding-right: 5px;}
.MedaStyle-post-sidebar {
flex-basis: 30%; max-width: 200px; }
.MedaStyle-post {
flex-basis: 70%; }
.MedaStyle-post-sidebar-avatar {
width: 80px; height: 80px; }
} .MedaStyle-post-sidebar-actions {
margin-top: 20px;
display: flex;
justify-content: center; }
.MedaStyle-post-action {
display: inline-block;
font-size: 25px; color: #a3a3a3; cursor: pointer;
transition: color 0.3s;
}
.MedaStyle-post-action:hover {
color: #0073b1; } .success-message {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: fixed;
top: 20%;
left: 50%;
transform: translateX(-50%);
background-color: #f8f9fa;
border: 1px solid #ccc;
border-radius: 8px;
padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
z-index: 9999;
max-width: 80%;
text-align: center;
}
.success-message img {
border-radius: 50%;
width: 100px;
height: 100px;
margin-bottom: 15px;
}
.success-message h3 {
margin: 10px 0;
font-size: 18px;
}
.success-message p {
margin: 5px 0;
font-size: 16px;
}
.success-message a {
color: #007bff;
text-decoration: none;
}
.success-message a:hover {
text-decoration: underline;
}