body {
    background-color: #000000;
    color: #E7E9EA;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    min-height: 100vh;
}

.zxcvbnrt {
}

.x-post {
    max-width: 600px;
    margin: 0 auto;
}

.card {
    background-color: #000000 !important;
    border-color: #2F3336 !important;
}

.qazwsxedcr {
    color: #71767B !important;
}

.rfvtgbyhnu {
    color: #71767B;
    transition: all 0.2s;
    background: transparent;
    border: none;
    padding: 8px;
    border-radius: 50%;
}

.rfvtgbyhnu:hover {
    color: #1D9BF0;
    background-color: rgba(29, 155, 240, 0.1);
}

.ujmnhybtgr {
    fill: #2563eb;
    color: #2563eb;
    width: 18.75px;
    height: 18.75px;
}

.yuioplkj {
    background-color: #000000;
    border: 1px solid #2F3336;
    border-radius: 12px;
    width: 100%;
    padding: 12px;
}

.zxcvbnmr {
    display: flex;
    flex-direction: column;
    position: relative;
}

.qazwsxed {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    width: 100%;
}

.rfvtgbyh {
    margin-right: 12px;
    flex-shrink: 0;
}

.rfvtgbyh img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.ujmnhybt {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ikolpmnb {
    display: flex;
    align-items: center;
    gap: 4px;
}

.display-name {
    font-weight: 700;
    font-size: 15px;
    color: #E7E9EA;
}

.username {
    color: #71767B;
    font-size: 14px;
}

.edcrfvtg {
    color: #71767B;
    cursor: pointer;
    padding: 4px;
    margin-left: auto;
}

.edcrfvtg:hover {
    color: #1D9BF0;
}

.wsxzaqwe {
    width: 100%;
}

.post-text {
    color: #E7E9EA;
    margin: 4px 0;
    font-size: 15px;
    line-height: 20px;
    overflow-wrap: break-word;
    width: 100%;
    display: flex;
    flex-direction: column;
    /*overflow-y: scroll;
    max-height: 250px;*/
}

.post-text img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

.plokmijn {
    display: flex;
    justify-content: space-between;
    
    margin-top: 12px;
    color: #71767B;
}

.rfvtgbhu {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    transition: color 0.2s;
}

.rfvtgbhu:hover {
    color: #1D9BF0;
}

.rfvtgbhu i {
    font-size: 16px;
}

.rfvtgbhu span {
    font-size: 13px;
}

/* Hover efektleri */
.rfvtgbhu:nth-child(1):hover { color: #1D9BF0; }
.rfvtgbhu:nth-child(2):hover { color: #00BA7C; }
.rfvtgbhu:nth-child(3):hover { color: #F91880; }
.rfvtgbhu:nth-child(4):hover { color: #1D9BF0; }
.rfvtgbhu:nth-child(5):hover { color: #1D9BF0; }
.rfvtgbhu:nth-child(6):hover { color: #1D9BF0; }

.ikolpmnbvc {
    height: 100vh;
    position: fixed;
    width: 100%;
}

.edcrfvtgby {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.edcrfvtgby svg {
    color: #fff;
    fill: #fff;
    height: 50%;
    max-height: 380px;
}

.wsxzaqwert {
    flex-direction: column;
}

.yhnbgtvfcr {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 50px;
}

.qwertypo {
    max-width: 600px;
}

.qwertypo h1 {
    font-weight: 700;
    font-size: 1.36rem;
    margin-bottom: 15px;
    color: #E7E9EA;
}

.qwertypo p {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #71767B;
    margin-bottom: 1rem;
}

.plokmijnhu h1 {
    font-size: 0.95rem;
}

.plokmijnhu p {
    font-size: 0.85rem;
}

.mnbvcxza {
    max-width: 600px;
    width: 100%;
    padding: 50px 0;
}

.lkjhgfdsa {
    height: 100%;
}

.lkjhgfdsa svg {
    width: 50%;
    height: auto;
    fill: #fff;
    max-width: 300px;
}

.asdfghjk {
    background-color: #fff;
    border: none;
    padding: 12px 32px;
    font-weight: 600;
    border-radius: 25px;
    transition: background-color 0.2s;
}

.asdfghjk:hover {
    background-color: #e7e2e2;
    color: #000;
}

@media (max-width: 768px) {
    body {
        min-height: auto;
    }
    .zxcvbnrt {
        height: auto!important;
        margin-top: 30px;
        padding: 0 15px;
    }
    .poiuytre {
        height: auto;
        min-height: auto;
    }
    .lkjhgfdsa svg {
        width: 50px;
    }
    .post-text {
        max-height: 300px;
        overflow-y: scroll;
    }
}