.MedaStyle-post-container,
.MedaStyle-post-container *{box-sizing:border-box}
.MedaStyle-post-container{
display:flex!important;
flex-direction:row!important;
align-items:flex-start!important;
gap:20px!important;
margin:20px auto!important;
width:100%!important;
max-width:1200px!important;
min-width:0!important;
position:relative;
direction:rtl;
}
.MedaStyle-post{
border:1px solid #ddd;
border-radius:8px;
padding:30px;
background-color:#fff;
box-shadow:0 2px 5px rgba(0,0,0,.1);
flex:1 1 auto!important;
width:calc(100% - 320px)!important;
max-width:calc(100% - 320px)!important;
min-width:0!important;
overflow:hidden;
}
.MedaStyle-post-header{display:flex;align-items:flex-start;min-width:0}
.MedaStyle-post-avatar{width:50px!important;height:50px!important;min-width:50px!important;max-width:50px!important;object-fit:cover;border-radius:50%;margin-left:15px;margin-right:0}
.MedaStyle-post-header-info{display:flex;flex-direction:column;flex-grow:1;min-width:0}
.MedaStyle-post-author{font-weight:bold}
.MedaStyle-post-author-service{font-size:.9em;color:#999;line-height:1.8}
.MedaStyle-post-sidebar-title{font-size:16px;font-weight:bold;color:#333;margin-bottom:10px;line-height:1.9;overflow-wrap:anywhere}
.medawp-medastyle-title{margin-top:3px}
.medawp-medastyle-title hr{margin:8px 0 0;border:0;border-top:1px solid #ddd}
.MedaStyle-post-content-summary{font-size:1em;line-height:1.6;min-width:0;width:100%;overflow:hidden}
.MedaStyle-post-content-summary>p{margin:0 0 15px;padding:0}
.MedaStyle-post-content-summary hr{border:0;border-top:1px solid #ddd;margin:18px 0 0} .medawp-medastyle-content img,
.medawp-medastyle-content video,
.medawp-medastyle-content canvas,
.medawp-medastyle-content svg{display:block;max-width:100%!important;height:auto!important;object-fit:contain}
.medawp-medastyle-content iframe,
.medawp-medastyle-content embed,
.medawp-medastyle-content object{display:block;width:100%;max-width:100%!important}
.medawp-medastyle-content figure,
.medawp-medastyle-content .wp-block-image,
.medawp-medastyle-content .wp-block-video,
.medawp-medastyle-content .wp-block-embed,
.medawp-medastyle-content .alignwide,
.medawp-medastyle-content .alignfull{width:100%!important;max-width:100%!important;min-width:0!important;margin-left:auto!important;margin-right:auto!important}
.medawp-medastyle-content table{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.medawp-medastyle-content pre,.medawp-medastyle-content code{max-width:100%;overflow:auto}
.medawp-medastyle-content>*{max-width:100%;min-width:0}
.MedaStyle-post-sidebar{
position:relative;
border:1px solid #ddd;
border-radius:8px;
padding:15px;
background:#f4f4f4;
text-align:center;
flex:0 0 300px!important;
width:300px!important;
min-width:300px!important;
max-width:300px!important;
display:flex;
flex-direction:column;
align-items:center;
overflow:hidden;
}
.MedaStyle-post-sidebar-avatar{width:100px;height:100px;border-radius:50%;margin-bottom:10px;cursor:pointer;overflow:hidden}
.MedaStyle-post-sidebar-avatar img{width:100%!important;height:100%!important;max-width:100%!important;object-fit:cover;border-radius:50%}
.MedaStyle-post-sidebar-author{font-weight:bold;color:#333;margin-bottom:5px}
.MedaStyle-post-sidebar-service{font-size:.9em;color:#555;margin-bottom:10px;line-height:1.8}
.MedaStyle-post-sidebar-date,.MedaStyle-post-sidebar-reading-time,.MedaStyle-post-sidebar-category{font-size:14px;color:#666;line-height:1.9}
.MedaStyle-post-sidebar-category a{text-decoration:none;color:#3498db}
.MedaStyle-post-sidebar hr{width:100%;border:0;border-top:1px solid #ddd;margin:10px 0}
.MedaStyle-post-sidebar-more{width:100%}
.MedaStyle-post-sidebar-more-title{font-size:13px;font-weight:700;color:#444;margin-bottom:8px}
.MedaStyle-post-sidebar-more-item{padding:5px 0;line-height:1.7}
.MedaStyle-post-sidebar-more-item a{text-decoration:none;color:#3498db;font-size:12px;font-weight:bold;position:relative;overflow:hidden;transition:color .3s ease,transform .3s ease}
.MedaStyle-post-sidebar-more-item a:hover{color:#e74c3c;transform:translateY(-2px) scale(1.02);text-shadow:0 4px 6px rgba(0,0,0,.1)}
.MedaStyle-post-sidebar-more-item a::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:#e74c3c;transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease-out}
.MedaStyle-post-sidebar-more-item a:hover::after{transform:scaleX(1);transform-origin:bottom left}
.MedaStyle-post-sidebar-actions{margin-top:12px;display:flex;align-items:center;justify-content:center}
.MedaStyle-post-action{appearance:none;border:0;background:transparent;padding:4px;display:inline-flex;align-items:center;justify-content:center;color:#a3a3a3;cursor:pointer;transition:color .3s;font:inherit}
.MedaStyle-post-action:hover{color:#0073b1}
.MedaStyle-post-action svg{width:25px;height:25px;fill:currentColor;display:block}
.medawp-medastyle-inline-share{vertical-align:middle;margin-inline-start:6px}
.medawp-medastyle-drawer-toggle,
.medawp-medastyle-drawer-close,
.medawp-medastyle-drawer-backdrop{display:none}
@media (max-width:900px){
.MedaStyle-post-container{display:block!important;max-width:100%!important;margin:16px auto!important;padding:0 12px!important}
.MedaStyle-post{width:100%!important;max-width:100%!important;min-width:0!important;padding:24px!important} .MedaStyle-post-sidebar{
display:flex!important;
position:fixed!important;
z-index:100002!important;
top:0!important;
left:0!important;
right:auto!important;
bottom:0!important;
width:min(86vw,320px)!important;
max-width:320px!important;
min-width:280px!important;
height:100dvh!important;
border-radius:0!important;
border-top:0!important;
border-bottom:0!important;
overflow-y:auto!important;
overscroll-behavior:contain;
transform:translateX(-105%);
transition:transform .24s ease;
box-shadow:12px 0 34px rgba(0,0,0,.18);
padding:42px 18px 24px!important;
}
.MedaStyle-post-container.medawp-sidebar-open .MedaStyle-post-sidebar{transform:translateX(0)}
.medawp-medastyle-drawer-toggle{
display:flex;
position:fixed;
z-index:100000;
left:10px;
bottom:20px;
align-items:center;
gap:7px;
min-height:42px;
border:1px solid #ddd;
border-radius:22px;
background:#f4f4f4;
color:#333;
box-shadow:0 5px 20px rgba(0,0,0,.14);
padding:0 13px;
font:inherit;
font-size:12px;
font-weight:700;
cursor:pointer;
}
.medawp-medastyle-drawer-toggle svg{width:18px;height:18px;fill:currentColor}
.medawp-medastyle-drawer-close{
display:flex;
position:absolute;
top:8px;
left:10px;
width:30px;
height:30px;
align-items:center;
justify-content:center;
border:0;
border-radius:50%;
background:#e8e8e8;
color:#333;
font-size:24px;
line-height:1;
cursor:pointer;
}
.medawp-medastyle-drawer-backdrop{
position:fixed;
z-index:100001;
inset:0;
background:rgba(15,23,42,.34);
backdrop-filter:blur(1px);
}
.MedaStyle-post-container.medawp-sidebar-open .medawp-medastyle-drawer-backdrop{display:block}
body.medawp-post-sidebar-open{overflow:hidden!important}
}
@media (max-width:560px){
.MedaStyle-post{padding:18px!important;border-radius:8px}
.MedaStyle-post-header{gap:0}
.MedaStyle-post-avatar{width:46px!important;height:46px!important;min-width:46px!important;max-width:46px!important}
.MedaStyle-post-author-service{font-size:.78em}
.MedaStyle-post-sidebar-title{font-size:15px}
}