.wppd--tiny-account {
    box-shadow: rgba(0,0,0,.25) 0 24px 48px -12px;
    border-radius: 8px;
    margin: 2em auto;
    padding: 2em;
}
.tiny-box {
    background-color: #f1f2f6;
    border-radius: 8px;
    margin: 1em auto;
    padding: 1em;
}
.wppd--tiny-account h1 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 1em 0;
}
.whiskey-tabs {
    display: flex;
    gap: 0.5em;
    list-style: none;
    margin: 1em 0;
    padding: 0;
}
.whiskey-tabs li {
    list-style: none;
    margin: 0;
}
.whiskey-tabs li a {
    background-color: #a4b0be;
    color: #ECF0F1;
    display: inline-block;
    padding: 0.75em 1em;
    text-decoration: none;
    box-shadow: rgba(0,0,0,.25) 0 24px 48px -12px;
    border-radius: 8px;
}
.ad-type-badge {
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid currentColor;
    border-radius: 3px;
    font-size: 0.8em;
    margin-right: 8px;
    cursor: default;
}
.ad-type-badge.wanted {
    background-color: #e3f2fd;
    color: #1976d2;
}
.ad-type-badge.offered {
    background-color: #e8f5e9;
    color: #2e7d32;
}
@media screen and (max-width: 768px) {
    .whiskey-tabs {
        flex-wrap: wrap;
    }
    .whiskey-tabs li,
    .whiskey-tabs li a {
        width: 100%;
    }
}
.whiskey-tabs li a:hover {
    background-color: #2f3542;
    text-decoration: none;
}
.whiskey-tabs li a.is-active {
    background-color: #2f3542;
    text-decoration: none;
}
.whiskey-tabs + .whiskey-tab-content {
    display: block;
}
.whiskey-tab-content {
    display: none;
}
html.no-js .whiskey-tab-content {
    display: block;
}



/**
 * Tiny Table
 */
.opm--ads-table {
    width: 100%;
    border: 1px solid #dcdde1;
    border-radius: 3px;
    border-collapse: collapse;
}

.opm--ads-table tr {
    border-bottom: 1px solid #dcdde1;
}
.opm--ads-table tr:nth-child(even) {
    background-color: #f5f6fa;
}

.opm--ads-table th,
.opm--ads-table td {
    border: 0 none;
    padding: 0.334em 1.334em;
}
.opm--ads-table th {
    text-transform: uppercase;
    text-align: left;
    font-size: 13px;
}

#ad-form input[type="text"],
#ad-form input[type="email"],
#ad-form input[type="tel"],
#ad-form input[type="url"],
#ad-form textarea {
    font-family: inherit;
    font-size: inherit;
    padding: 0.5em;
    border: 1px solid #dcdde1;
    border-radius: 3px;
    width: 100%;
}
#ad-form input[type="number"],
#ad-form select {
    font-family: inherit;
    font-size: inherit;
    padding: 0.5em;
    border: 1px solid #dcdde1;
    border-radius: 3px;
}
