.btn-primary,
.btn-select {
    background-color: #9b212e !important;
    color: white !important;
    border: 0px !important;
}

#uzmanlik-buttons-container {
    display: flex;
    flex-wrap: wrap;
    border: none !important;
    padding: 15px !important;
}

#uzmanlik-buttons-container.box {
    border: none !important;
}

#uzmanlik-buttons-container>div {
    display: flex;
    height: 100%;
    padding: 0 7.5px !important;
}

#uzmanlik-buttons-container>div:first-child {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}

#uzmanlik-buttons-container>div:last-child {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.btn-specialty {
    width: 100%;
    padding: 16px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: none !important;
    border-radius: 0 !important;
    flex-direction: column;
    text-align: left;
    transition: all 0.3s ease;
    background-color: #fff;
    min-height: 100px;
    height: 100%;
}

.btn-specialty:hover {
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px rgba(155, 33, 46, 0.1);
}

.btn-specialty.active {
    background-color: #f8f9fa;
}

.btn-specialty .uzmanlik-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
}

.btn-specialty .uzmanlik-adi {
    font-weight: 600;
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 6px;
    line-height: 1.4;
}

.btn-specialty .uzmanlik-aciklama {
    font-size: 0.8rem;
    color: #666;
    font-weight: normal;
    line-height: 1.5;
    opacity: 0.9;
}

.btn-specialty svg {
    margin-right: 10px;
}

.btn-specialty.active {
    border: 1px solid #9b212e;
    background-color: #babbbca8;
    color: #9b212e;
}

.card-service {
    border: 2px solid #d3d3d3;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-service.active {
    border-color: #9b212e;
    background-color: #e9ecef;
}

.card-service .card-header {
    background-color: transparent;
    border-bottom: none;
}

.badge-popular {
    background-color: #9b212e;
    color: white;
    font-size: 0.75rem;
    margin-left: 0.5rem;
    padding: 0.2rem 0.4rem;
}

.card-service .btn-select {
    margin-top: auto;
}

.card-service-btns {
    border: 2px solid #d3d3d3;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-service-btns.active {
    border-color: #9b212e;
    background-color: #e9ecef;
}

.card-service-btns .card-header {
    background-color: transparent;
    border-bottom: none;
}