.haberler .icerik .destekMesajlari {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.haberler .icerik .destekMesajlari input {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}


.haberler .icerik .destekMesajlari button {
    font-size: 18px;
    color: #5499c7;
    border: 1px solid #5499c7;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    transition: 250ms;
    cursor: pointer;
}

.haberler .icerik .destekMesajlari button:hover {
    color: #fff;
    background: #5499c7;
    box-shadow: 0 0 10px #2682c0, 0 0 15px #2682c0;
}