.news-single-content img,
.news-content-area img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}

.site-header {
    background-position: center;
}
.border {
    border: 1px solid #2f2725 !important;
}
.card {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.card .card {
    background-color: rgba(22, 20, 19, 0.85);
    border: 1px solid rgba(255, 215, 0, 0.1);
    border-radius: 10px;
}
.form-group {
    width: 100%;
}
.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #aa8656 0%, #88643c 100%);
    border: none;
}
.btn-primary:hover {
    color: #fff;
    background: linear-gradient(180deg, #aa8656 0%, #88643c 120%);
}
.btn-primary:active, .btn-primary.active, .btn-primary:focus {
    color: #fff;
    background: linear-gradient(180deg, #aa8656 0%, #88643c 120%);
    outline: none
}
.btn-primary.disabled, .btn-primary[disabled] {
    background: #8b735b;
    opacity: .6;
    box-shadow: none;
    transform: none;
    cursor: not-allowed
}
a {
    color: #d1d5db;
}
.btn-link {
    color: #d1d5db;
}
#content-ranking .form-control {
    display: inline-block !important;
}
.w-100 {
    width: 100% !important;
}
.table-inventory tbody tr {
    background: none !important;
}
.table-inventory tbody tr:hover {
    background: none !important;
    transform: none;
    box-shadow: none;
}
.table-inventory th, .table-inventory td {
    text-align: left !important;
}
.table-inventory {
    margin-bottom: 0 !important;
}
.table-responsive:has(.table-inventory) {
    margin-bottom: 0;
    border: none;
}
