/* Template Single Medic - Stiluri personalizate */
.medic-categories {
    margin-bottom: 30px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.medic-categories .wp-block-post-terms__separator {
    display: none;
}

.medic-categories a {
    background: #82ae88;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.medic-categories a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.medic-image-single img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.medic-nume-single {
    margin-bottom: 25px;
    line-height: 1.2;
}

/* Responsive */
@media (max-width: 768px) {
    .wp-block-columns {
        flex-direction: column !important;
    }
    
    .medic-nume-single {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .medic-categories {
        justify-content: center;
    }
}
main .wp-block-group{
    width:100%;
    max-width: 1280px;
}