/* Video Wrapper */
.podcast-page {
    direction: rtl;
font-family: 'IBM Plex Sans Arabic', 'Cairo', sans-serif;
    padding: 0 0 40px 0;
}
.podcastO{
    margin:20px 0;
             display: flex;
             gap:15px;
             flex-direction: column;

}
.podcastO-video {
    position: relative;
    flex: 1;
}

.podcastO-video video {
    width: 100%;
    border-radius: 12px;
    display: block;
}

/* زر Play */
.podcastO-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 30px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.podcastO-play-btn:hover {
    background: rgba(0,0,0,0.8);
}


/* Layout */
.podcastO-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Video */
.podcastO-video video {
    width: 100%;
    border-radius: 10px;
}

/* Card */
.podcastO-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border:1px solid #00000012
}

/* Top */
.podcastO-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

/* Meta */
.podcastO-meta {
         display: flex;
}
.podcastO-meta span {
    font-size: 13px;
    color: #777;
    margin-left: 10px;
}
.podcastO-meta .podcatdet{
     display: flex;
    align-items: center;
    gap:2px
   
}
/* Tabs */
.podcastO-tabs button {
    border: none;
    padding: 6px 12px;
    margin-right: 5px;
    border-radius: 8px;
    cursor: pointer;
    background: #F3F3F3;
}

.podcastO-tabs .active {
    background: #2655FF;
    color: #fff;
}

/* Title */
.podcastO-card h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* Text */
.podcastO-card p {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight:400;
    font-size:16px
}

/* List */
.podcastO-card ul {
    padding-right: 20px;
    margin: 10px 0;
}

.podcastO-card li {
    margin-bottom: 6px;
       color: #000000;
       font-size:16px;

    font-weight:400
}

/* Button */
.podcastO-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    border: 1px solid #0000000F;
    border-radius: 6px;
    text-decoration: none;
    color: #0C55C3;
    font-size: 14px;
}
.flex-ot{
  display: flex;
    justify-content: space-between;
    align-items: center;   
}
.flex-ot h3{
   color: #000000;
       font-size:20px;

    font-weight:500 
}

.flex-ot p{
   color: #0C55C3;
       font-size:16px;

    font-weight:500 
}

@media (max-width: 992px) {
 .podcastO-card h2 {
        font-size: 18px;
    }
.podcastO-top{
    display: flex;
    flex-direction: column;
    align-items: start;
}
}

.main {
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 12%;
}
