/* 
 * Arzbin Widget Styles
 */

/* General Styles */
.arzbin-widget {
    overflow-x: auto;
}

/* Title Styles */
.arzbin-widget .widget-title {
    font-size: 24px;
    margin-bottom: 15px;
}

/* Content Styles */
.arzbin-widget .widget-content {
    font-size: 16px;
}

/* Button Styles */
.arzbin-widget .widget-button {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 3px;
}

/* Currency Table */
.arzbin-table-wrapper {
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.2);
}

.arzbin-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
}

.arzbin-table td, .arzbin-table th {
    text-align: center;
    padding: 8px;
}

.arzbin-table thead th {
    font-weight: bold;
}

.currency-icon {
    width: 16px;
    margin-right: .25rem;
}
