
ul.yazili_ayar_alan a {
    width: auto !important;
    padding: 3px 10px;
}

.contact-me-whatsapp {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 1rem;
    width: 75px;
    margin: 1rem;
    background: #3ae374;
    border-radius: 50%;
    line-height: 1rem;
}

.contact-me-whatsapp img {
    filter: invert(1);
}

.ara_cizgi {
    margin: 5rem 0;
    width: 100%;
    display: block;
    height: 1px;
}

.cookie_box_outer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    padding: 0 1vw;
    background: #000;
    color: #fff;
    z-index: 99;
}

.cookie_box_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.cookie_box_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.cookie_box_buttons a {
    min-width: 100px;
    text-align: center;
}

.cookie_box_buttons a:hover {
    color:#f1c40f;
}

.analysis_box_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.analysis_box_item {
    flex: 1 25%;
    border: 1px solid #0005;
}