/* Layout with Medfile widget (3 columns) */
.has-medfile-widget .specialist-top-header {
    margin-bottom: 20px;
}

.has-medfile-widget .spec-info {
    padding: 30px 25px;
}

.has-medfile-widget .spec-info .post-thumbnail {
    width: 180px;
    height: 180px;
}

.has-medfile-widget .spec-info .details-row h3 {
    font-size: 20px;
}

.has-medfile-widget .spec-info li {
    font-size: 16px;
}

.has-medfile-widget .medfile-widget-container iframe {
    max-width: 100%;
}

@media (min-width: 992px) {
    .has-medfile-widget .medfile-widget-container {
        position: sticky;
        top: 120px;
    }
}

@media (max-width: 991px) {
    .has-medfile-widget .medfile-widget-container {
        margin: 20px 0;
    }
}

.has-medfile-widget .specialist-prices-row {
    margin-top: 40px;
}
.has-medfile-widget .post-content p{
  font-size: 16px;
}
