.thai-date {
    font-size: 1rem;
    color: #0066cc;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background-color: rgba(0, 102, 204, 0.05);
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.3s ease;
}

.thai-date:hover {
    background-color: rgba(0, 102, 204, 0.1);
    transform: translateY(-1px);
}