/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 26 2026 | 02:02:21 */
.post-4040 {
    background: #1e1e1e;
    margin-top: -10px;
    padding-top: 20px;
}
.ams-dropdown{
	z-index: 99;
	 border-radius: 10px;
}
.ams-card h3{
	color: #fff !important;
}
.ams-filter-tab{
	padding: 10px 22px;
}
.ams-user {
    position: relative;
    background: #d4a018;
    padding: 12px 18px;
    border-radius: 10px !important;
    color: #1e1e1e;
    font-weight: 700;
    display: inline-block;
}
.ams-filter-tab{
	border-radius: 10px;
}
.ams-dropdown a{
	color:#fff
}
.ams-modal-box{
	border-radius: 0px;
	width: 50%;
}
.ams-card {
    background: #262626;
    border-radius: 10px;
    padding: 18px;
    position: relative;
    overflow: hidden;
    transition: .3s;
    border: 1px solid #d4a018;
}
.ams-filter-tabs{
	margin-top:20px;
}
.ams-grid {
    display: flex !important;
    flex-direction: column;
	gap: unset;
}
.ams-card {
    background: #262626;
    border-radius: 10px;
    padding: 18px;
    position: relative;
    overflow: hidden;
    transition: .3s;
    border: 1px solid #d4a018;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.ams-card img {
	width: 50px;
    height: 50px !important;
    object-fit: cover;
    border-radius: 6px;
}
audio {
    width: 40%;
    margin-top: 0px;
    margin-left: auto;
}
.ams-lock img {
    height: auto !important;
}
button.ams-buy-btn.open-auth {
    width: 50%;
    margin-left: auto;
}
.ams-buy-btn{
width: 39%;
    margin-left: auto;
    border-radius: 6px;
}
.ams-card{
	margin-bottom:30px;
}
.ams-lock {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #cacaca;
    color: #1e1e1e;
    padding: 2px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}
.ams-card h3 {
    font-size: 24px !important;
    margin: 0;
}
.pps-modal-box{
	    background: #262626 !important;
}
.pps-tab.active{
	    background: #d4a018;
    color: #1e1e1e;

}
.ams-user .ams-dropdown.active {
    display: block !important;
}
.ams-user:hover .ams-dropdown {
    display: none;
}
.ams-user-wrap {
    position: absolute;
    top: 20px;
    right: 0;
}
button.pps-user-btn {
    position: relative;
    background: #d4a018;
    padding: 20px 18px;
    border-radius: 10px !important;
    color: #1e1e1e;
    font-weight: 700;
    display: inline-block;
}
.pps-user-menu a {
    color: #fff;
    border: 0;
	background: transparent !important;
}
.pps-user-menu {
    background: #262626;
    overflow: hidden;
    width: 200px;
    border: 1px solid #444;
}