.entry-content .arsen {
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #60d399;
    border-radius: 7px;
    background: #ffffff;
    color: #111111;
    font-family: ElMessiriLocal, Arial, Helvetica, sans-serif;
}

.entry-content .arsen-head {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 8px 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #d1e7dd;
    background: #e9f7ef;
}

.entry-content .arsen-head::before {
    content: "";
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    background: url("https://kompozisyon.tr/resimler/lamp.svg") center / 28px 32px no-repeat;
}

.entry-content .arsen-title {
    margin: 0;
    padding: 0;
    color: #0f5132;
    font-family: ElMessiriLocal, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.entry-content .arsen-body {
    padding: 14px 16px 15px;
    box-sizing: border-box;
    color: #111111;
    font-size: 16px;
    line-height: 1.6;
}

.entry-content .arsen-body a {
    color: #111111 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .entry-content .arsen-head {
        min-height: 50px;
        padding: 8px 12px;
    }

    .entry-content .arsen-head::before {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
        background-size: 26px 30px;
    }

    .entry-content .arsen-title {
        font-size: 15px;
    }

    .entry-content .arsen-body {
        padding: 13px 14px;
    }
}