/* _content/umutalpdenktas.com/Components/Layout/MainLayout.razor.rz.scp.css */
body[b-u1yl6pzyvw] {
    background-color: #f8f9fa;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* K���k detaylar, �rne�in ba�l�k alt� bo�luklar� */
h2[b-u1yl6pzyvw] {
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

h1:focus[b-u1yl6pzyvw] {
    outline: none;
}
/* _content/umutalpdenktas.com/Components/Pages/Index.razor.rz.scp.css */
body[b-3q5yqeztkh] {
    background-color: #f8f9fa;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Küçük detaylar, örneğin başlık altı boşlukları */
h2[b-3q5yqeztkh] {
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

h1:focus[b-3q5yqeztkh] {
    outline: none;
}
.logo-img[b-3q5yqeztkh] {
    height: 60px; /* Sabit yükseklik */
    width: auto; /* Orantıyı korur */
    object-fit: contain; /* Görselin container'a sığmasını sağlar */
}

.logo-container[b-3q5yqeztkh] {
    height: 60px; /* Konteynır yüksekliği */
    width: 60px; /* Konteynır genişliği */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

    .logo-container img[b-3q5yqeztkh] {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain; /* Resmin konteynır içinde orantılı yerleşmesi */
    }

.logo-container-large[b-3q5yqeztkh] {
    height: 80px; /* Örneğin, 80px yüksekliğe çıkarabilirsiniz */
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

    .logo-container-large img[b-3q5yqeztkh] {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }
