@media only screen and (min-width: 769px) {
    .widget-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 7px;
    }
}

@media only screen and (max-width: 768px) {
    .widget-title {
        font-size: 22px;
        position: relative; /* SVG'yi konumlandırmak için gerekli */
        padding-right: 30px; /* İkon için sağ boşluk */
        margin-top: 5px;
    }

    .widget-title::after {
        content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23000000"><path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/></svg>');
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px; /* Sağa 10px mesafede */
    }

    .widget-title.open::after {
        content: url('data:image/svg+xml;charset=utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 122.879 122.88" enable-background="new 0 0 122.879 122.88" xml:space="preserve"><g><path fill="%23000000" d="M17.995,17.995C29.992,5.999,45.716,0,61.439,0s31.448,5.999,43.445,17.995c11.996,11.997,17.994,27.721,17.994,43.444 c0,15.725-5.998,31.448-17.994,43.445c-11.997,11.996-27.722,17.995-43.445,17.995s-31.448-5.999-43.444-17.995 C5.998,92.888,0,77.164,0,61.439C0,45.716,5.998,29.992,17.995,17.995L17.995,17.995z M91.704,58.564 c1.84,0,3.332,1.492,3.332,3.332c0,1.841-1.492,3.333-3.332,3.333c-20.477,0-40.954,0-61.431,0c-1.84,0-3.333-1.492-3.333-3.333 c0-1.84,1.492-3.332,3.333-3.332C50.75,58.564,71.228,58.564,91.704,58.564L91.704,58.564z M61.439,6.665 c-14.018,0-28.035,5.348-38.731,16.044C12.013,33.404,6.665,47.422,6.665,61.439c0,14.018,5.348,28.036,16.043,38.731 c10.696,10.696,24.713,16.044,38.731,16.044s28.035-5.348,38.731-16.044c10.695-10.695,16.044-24.714,16.044-38.731 c0-14.017-5.349-28.035-16.044-38.73C89.475,12.013,75.457,6.665,61.439,6.665L61.439,6.665z"/></g></svg>');
    }
}
