.portfolio-container img.aligncenter,
.portfolio-container img.alignnone {
    float: none !important;
    display: block !important;
    clear: both !important;
    position: relative !important;
}

.portfolio-container .presto-player__container {
    clear: both !important;
    position: relative !important;
    z-index: 1 !important;
}

.mh_vip_container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}
.vip_title{
    text-align: center;
    margin-bottom: 15px;
}
.vip_nosub{
    width: 50%;
    text-align: justify
}
.nosub_link{
    background-color: #E11D33;
    padding: 7px 15px;
    color: #fff;
    border-radius: 10px;
    font-size: 13px;
}
#custom-persian-calendar {

    max-width: 350px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(225, 29, 51, 0.15);
    border: 1px solid #f0f0f0;
    overflow: hidden;
    font-family: inherit;
    margin: 0 auto 0 auto;
    direction: rtl;
    width: 320px;
}
.cal-header-row {
    background: #e11d33;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
    font-weight: bold;
    font-size: 16px;
}
.cal-btn {
    cursor: pointer;
    padding: 5px 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.15);
    transition: 0.2s;
    user-select: none;
}
.cal-btn:hover { background: rgba(255, 255, 255, 0.3); }
.cal-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background: #f9f9f9;
    text-align: center;
    padding: 1px 0;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    border-bottom: 1px solid #eee;
}
.cal-days-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 2px 10px;
    gap: 2px;
}
.cal-day {
    text-align: center;
    padding: 2px 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    transition: 0.2s;
    color: #333;
}
.cal-day.empty { cursor: default; background: transparent; }
.cal-day:not(.empty):hover {
    background: rgba(225, 29, 51, 0.1);
    color: #e11d33;
}
.cal-day.today {
    border: 2px solid #e11d33;
    color: #e11d33;
    font-weight: bold;
}
.cal-day.selected {
    background: #e11d33 !important;
    color: #fff !important;
    border: none;
    font-weight: bold;
}
.cal-footer {
    text-align: center;
    padding: 12px;
    border-top: 1px solid #eee;
    background: #fafafa;
}
.cal-today-btn {
    color: #e11d33;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: 0.2s;
}
.cal-today-btn:hover { color: #b51527; }
.daily-voice-item{
    display: flex;
}
#ajax_vip{
    max-width: 840px;
    width: 100%;
    text-align-last: auto;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
/*#ajax_vip p {*/
/*    gap: 10px;*/
/*    padding: 10px 0;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/
#ajax_vip p img {
    border: 2px solid #e11d33;
    margin-top: 10px;
}
.subscription-counter{
    line-height: 22px;
}
.portfolio-container img{
    border: 2px solid #e11d33;
    margin-bottom: 10px;
    border-radius: 15px;
    width: 100%;
    height: auto;
}
#ajax_vip img {
    border: 2px solid #e11d33;
    margin-bottom: 10px;
    border-radius: 15px;
    width: 100%;
    height: auto;
}

@media (max-width: 600px){
    #ajax_vip{
        max-width: 95%;
    }
}
.presto-audio__title{
    padding: 10px 0;
}

#sabad_academey{
    background-color: #232a34;
    padding: 5px 10px;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 7px;
    display: flex;
    border: 3px solid #E11D33;
}

.cal-day-nav-btn{
    color: #232a34;
    display: flex;
    align-items: center;
    align-content: center;
}