.btl-box {
    max-width: 700px;
    margin: 40px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

#wc-text {
    width: 100%;
    height: 180px;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 15px;
}

.wc-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.wc-stats p {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 6px;
}