/*
Theme Name: Kadence Child
Theme URI: https://www.ehliyetplus.com/
Description: EhliyetPlus için hazırlanmış Kadence alt teması.
Author: Balins Yazılım ve Teknoloji Ltd. Şti.
Author URI: https://www.ehliyetplus.com/
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/









/*
|--------------------------------------------------------------------------
| EhliyetPlus Üst Kullanıcı Menüleri
|--------------------------------------------------------------------------
*/

/* Yalnızca hizalama yapar; kutu görünümü oluşturmaz. */
.ehliyetplus-header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;

    margin: 0;
    padding: 0;

    background: transparent;
    border: 0;
    box-shadow: none;
}

/* Her menü bağımsızdır. */
.ehliyetplus-header-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 46px;
    padding: 7px 12px;

    color: #344054;
    background: transparent;

    border: 1px solid transparent;
    border-radius: 9px;

    font-family: inherit;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;

    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.ehliyetplus-header-link:hover {
    text-decoration: none !important;
    transform: translateY(-1px);
}

/* İkon */
.ehliyetplus-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    width: 28px;
    height: 28px;

    font-size: 21px;
    line-height: 1;
}

/* İki satırlı metin */
.ehliyetplus-link-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

/* Üstteki küçük açıklama */
.ehliyetplus-link-small {
    color: #98a2b3;

    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
}

/* Ana menü adı */
.ehliyetplus-link-main {
    color: inherit;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
}

/*
|--------------------------------------------------------------------------
| Kursiyer Akademi
|--------------------------------------------------------------------------
*/

.ehliyetplus-academy-link {
    color: #1267c4;
}

.ehliyetplus-academy-link:hover {
    color: #0d56a5;
    background: #edf6ff;
    border-color: #c9e3ff;
}

/*
|--------------------------------------------------------------------------
| Sürücü Kursu Giriş
|--------------------------------------------------------------------------
*/

.ehliyetplus-login-link {
    color: #344054;
}

.ehliyetplus-login-link:hover {
    color: #1267c4;
    background: #f4f9ff;
    border-color: #d6e9ff;
}

/*
|--------------------------------------------------------------------------
| Sürücü Kursu Kayıt
|--------------------------------------------------------------------------
*/

.ehliyetplus-register-link {
    color: #8a6500;
}

.ehliyetplus-register-link:hover {
    color: #6f5100;
    background: #fff9e8;
    border-color: #f5d778;
}

/*
|--------------------------------------------------------------------------
| Kurs Paneli
|--------------------------------------------------------------------------
*/

.ehliyetplus-panel-link {
    color: #1267c4;
}

.ehliyetplus-panel-link:hover {
    color: #0d56a5;
    background: #edf6ff;
    border-color: #c9e3ff;
}

/*
|--------------------------------------------------------------------------
| Çıkış
|--------------------------------------------------------------------------
*/

.ehliyetplus-logout-link {
    color: #d92d20;
}

.ehliyetplus-logout-link:hover {
    color: #b42318;
    background: #fff1f0;
    border-color: #ffc7c2;
}

/* Klavye erişilebilirliği */
.ehliyetplus-header-link:focus-visible {
    outline: 3px solid rgba(18, 103, 196, 0.2);
    outline-offset: 2px;
}

/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media screen and (max-width: 1180px) {
    .ehliyetplus-header-menu {
        gap: 3px;
    }

    .ehliyetplus-header-link {
        padding-right: 7px;
        padding-left: 7px;
    }

    .ehliyetplus-link-icon {
        width: 24px;
        height: 24px;
        font-size: 18px;
    }

    .ehliyetplus-link-main {
        font-size: 13px;
    }

    .ehliyetplus-link-small {
        font-size: 9px;
    }
}

/*
|--------------------------------------------------------------------------
| Mobil
|--------------------------------------------------------------------------
*/

@media screen and (max-width: 767px) {
    .ehliyetplus-header-menu {
        align-items: stretch;
        justify-content: flex-start;
        flex-direction: column;

        width: 100%;
        gap: 5px;
    }

    .ehliyetplus-header-link {
        justify-content: flex-start;

        width: 100%;
        min-height: 48px;
        padding: 9px 12px;

        border-color: #eaecf0;
        background: #ffffff;
    }

    .ehliyetplus-link-main {
        font-size: 14px;
    }
}