#apahkam-prices-widget {
    font-family: tahoma, sans-serif;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    max-width: 400px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#apahkam-prices-widget table {
    width: 100%;
    border-collapse: collapse;
}
#apahkam-prices-widget th, #apahkam-prices-widget td {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
#apahkam-refresh {
    margin-top: 10px;
    padding: 6px 12px;
    border: none;
    border-radius: 5px;
    background: #28a745;
    color: white;
    cursor: pointer;
}
#apahkam-refresh:hover {
    background: #218838;
}
