/*****
Theme Name: QTBS
Theme URI: https://qoret.com
Description: Qoret Throwback Songs
Author: GiDiBOSS
Author URI: https://gidi.ng
Version: 1.0.2
Tags: one-column, flexible-header, featured-images, full-width-template, translation-ready, rtl-language-support, blog, entertainment, news
Text Domain: gidifan
Domain Path: /languages/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*****/

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/** LIVE SEARCH **/
.live-results{
  background:#fff;
  text-align:left;
  max-height:280px;
  overflow-y:auto;
  border:1px solid #ccc;
  margin-top:4px;
  position:relative;
  z-index:9999;
}
.live-results .live-item{
  display:block;
  padding:8px 10px;
  color:#333;
  text-decoration:none;
}
.live-results .live-item:nth-child(odd){
  background:#fff;
}
.live-results .live-item:nth-child(even){
  background:#f2f2f2;
}
.live-results .live-item:hover{
  background:#e6e6e6;
}

/** GENRE CLOUD **/
.genre-cloud-wrap {
  margin: 0 0 10px 0;
  text-align: center;
}
.genre-cloud-wrap a {
  display: inline-block;
  margin: 4px 6px;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 18px;
  text-decoration: none;
  color: #333;
  background: #fafafa;
  font-size: 14px; /* wp_tag_cloud sets size inline; this is fallback */
  line-height: 1.2;
  transition: all .15s ease;
  white-space: nowrap;
}
.genre-cloud-wrap a:hover {
  background: #f0f0f0;
  border-color: #bbb;
  color: #000;
}

.post-type-label {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 10px;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*-ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;*/
    border: 1px solid #6464c5;
    border-radius: 4px;
}
.post-type-label:hover {background-color: #5252be;}
.music-label {background-color: #77c;}
.mixtape-label {background-color: #0073aa;}
.album-label {background-color: #008000;}


/* featured Image */
.featured-image-wrapper {
    text-align: center;
	margin-top: 15px;
}

.featured-img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    display: block;
    margin: auto;
    border-radius: 6px;
    border: 1px solid #ccc;
}
@media (max-width: 768px) {
    .featured-img {
        width: 300px;
		height: 300px;
    }
}

/*
.plcad {
    min-height: 280px !important;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
    margin: 20px 0;
}
*/
/* Mobile first: override for smaller screens */
/*
@media (max-width: 768px) {
    .plcad {
        min-height: 320px !important;
    }
}
*/

.geoblocked-warning {
    font-size: 12px;
    color: #999;
	line-height: 1;
	vertical-align: baseline;
}
.geoblocked-warning:before {
    font-family: Inter, sans-serif;
    content: "";
    background: url(https://a-v2.sndcdn.com/assets/images/geoblock-grid-list-item-1986f1ee.svg) 0 .1em no-repeat;
    background-size: 1em;
    padding-left: 1.25em;
}
.msc-disable,
.msc-disable button,
.msc-disable input,
.msc-disable span,
.msc-disable a {
    pointer-events: none;
    /*opacity: 0.5;*/
    cursor: not-allowed;
	color: #ddd!important;
}
.msc-disable .seek-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
}
.msc-disable .seek-bar::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
}
.msc-disable .time-info {
    color: #ddd!important;
}
/* ID3 Table */
table.id3-table {
    table-layout: fixed;
    width: 100% !important;
    margin-left: 15px !important;
    margin-bottom: 0;
}

table.id3-table tr:nth-child(even) {
    background: unset !important;
}

table.id3-table tr {
    width: 70% !important;
}

/* Apply bullet before the first <td> instead of <tr> */
table.id3-table tr td:first-child {
    position: relative;
    padding-left: 20px !important; /* Creates space for the bullet */
}

table.id3-table tr td:first-child::before {
    content: '\2022'; /* Bullet */
    font-size: 150%;
    color: inherit; /* Matches text color */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* Centers bullet vertically */
}

table.id3-table tr td:nth-of-type(1) {
    width: 30% !important;
}

table.id3-table tr td:nth-of-type(2) {
    width: 60% !important;
}

table.id3-table tr td {
    text-align: left !important;
    padding: 10px 0 !important;
    border: 0 !important;
}

.title-text {
    font-weight: 500;
    font-family: Open Sans, sans-serif;
    color: #6C6B6B !important;
    font-family: Hind !important;
}

/*Others*/
.tight-text {line-height: 1; margin: 0; padding: 0; font-size: 12px;}
.td-post-content figure img, .td-post-featured-image figure{
	margin: 0 auto!important;
}
.td-post-content p, .mce-content-body p, .wpb_text_column p, .comment-content p {
    margin-bottom: 10px!important;
}
.download-button-container {
    margin-top: 10px;
    text-align: center;
}
.download-button {
    background-color: #f44a56;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
}
.download-button:hover {
    background-color: #d83e4a;
}

button.btn-ghost {
    background: #cf2e2e no-repeat !important;
    position: relative;
    border: 1px solid #cf2e2e !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    display: inline-block !important;
    padding: 10px 40px 10px 12px !important;
    letter-spacing: 0 !important;
}
button.btn-ghost::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 0px;
    height: 35px;
    width: 35px;
    background: url(https://afrowap.com/wp-content/plugins/mediaplay-download/img/download_arrow.gif) no-repeat !important;
    background-size: 35px !important;
}
button.btn-ghost:hover {
    background: #F16D42!important;
    border: 1px solid #F16D42!important;
    color: #fff !important;
}

/** MUSIC LINK CSS **/
.music-link-container {
    /*margin-top: 10px;*/
    text-align: center;
}
/*** MUSIC LINK DISABLED ***/
.music-link-disabled-container {
    margin-top: 10px;
    text-align: center;
}
.music-link-disabled-cw {
    color: #9F6000;
    margin-top: 2px;
    text-align: center;
    font-style: italic;
	background-color: #FEEFB3;
	padding: 10px;
    border-radius: 3px 3px 3px 3px;
}
.music-link-disabled {
    background-color: #D0CCC8;
    color: #D0CCC8;
    padding: 10px 10px 3px 10px;
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
	box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.31);
}

/*** MUSIC PLAYER CARD ***/
.post-title {
    font-size: 32px;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}

.tracklist {
    margin: 0px 0;
    text-align: left;
}

.crp-related {
    margin: 10px 0;
    text-align: left;
}

.crp-related h3 {
    margin-bottom: 4px;
}

.crp-related ul {
    margin-top: 4px;
}

.crp-related ul li {
    margin-bottom: 0!important;
}

/* START: DISABLED MUSIC PLAYER STYLING */
#XcurrentTime, #XtotalDuration {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ddd;
}

.Xplayer-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    pointer-events: none;
}

.Xcontrol-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: #ddd;
    transition: color 0.3s ease;
    padding: 5px;
}

.Xcontrol-btn:hover {
    color: #ddd;
}

.Xseek-bar {
    width: 100%;
    -webkit-appearance: none;
    background: #ddd;
    outline: none;
    border-radius: 5px;
    height: 5px;
}

.Xseek-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
}

.Xseek-bar::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
}

.Xprogress-container {
    flex: 1;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.Xprogress-container input[type="range"] {
    font-size: initial;
    padding: 0;
    border: none;
    background: none;
    vertical-align: baseline;
    border-radius: 0;
    transition: none;
    width: 100%;
    height: 5px;
    background-color: #ddd;
}
/* ENDED: DISABLED MUSIC PLAYER STYLING */

/* Player progress and timing */
.time-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
    margin-left: 10px;
}

#currentTime, #totalDuration {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #0c085f;
}

.music-player-card,
.post-item {
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.music-player-card {
    position: relative;
    background-color: #f8f8f8;
    height: 180px; /* Further reduced from 200px */
}

.player-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #0c085f, #f96d00);
    opacity: 0.1;
    z-index: 0;
}

.music-player-card .thumbnail,
.post-item .thumbnail {
    flex: 0 0 180px; /* Adjusted to match new height */
    height: 180px; /* Adjusted to match new height */
    position: relative;
    z-index: 1;
}

.music-player-card .disc {
    width: 130px; /* Slightly reduced from 140px */
    height: 130px; /* Slightly reduced from 140px */
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 25px; /* Adjusted for perfect centering */
    left: 25px; /* Adjusted for perfect centering */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.music-player-card .disc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.music-player-card .disc.rotating {
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.post-item .thumbnail {
    flex: 0 0 100px;
    height: 100px;
}

.post-item .thumbnail img,
.music-player-card .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*disable rotating image click*/
.thumbnail .disc img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.content {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
	min-height: 0;
}

.song-title {
    font-size: 20px;
    margin: 0 0 5px;
    color: #333;
    text-align: left;
	line-height: 1.2;
}
.song-title .feat-text {
    font-size: 14px;
    color: #666;
	line-height: 1;
	vertical-align: baseline;
}
.artist-name {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    text-align: left;
}

.player-controls,
.post-item .content {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.control-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: #0c085f;
    cursor: pointer;
    transition: color 0.3s ease;
    padding: 5px;
}

.control-btn:hover {
    color: #8d91fe;
}

.progress-container {
    flex: 1;
    display: flex;
    align-items: center;
}

.progress-container input[type="range"] {
    font-size: initial;
    padding: 0;
    border: none;
    background: none;
    vertical-align: baseline;
    border-radius: 0;
    transition: none;
    width: 100%;
    height: 5px;
    background-color: #ddd;
    cursor: pointer;
}

.seek-bar {
    width: 100%;
    -webkit-appearance: none;
    background: linear-gradient(to right, #0c085f 0%, #ddd 0%);
    outline: none;
    border-radius: 5px;
    height: 5px;
}

.seek-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: #0c085f;
    cursor: pointer;
    border-radius: 50%;
}

.seek-bar::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: #0c085f;
    cursor: pointer;
    border-radius: 50%;
}

.volume-btn {
    font-size: 18px;
}

/* Re-added table styles */
.song-metadata {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.song-metadata th,
.song-metadata td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.song-metadata th {
    font-weight: bold;
    width: 100px;
}

.song-metadata a,
.post-category a {
    text-decoration: none;
    color: #0c085f;
}

/* Re-added download button styles */
.download-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	text-align: center;
}

.download-btn {
    width: 50%;
    padding: 10px;
    background-color: #5252be;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
	margin-bottom: 10px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.download-btn i {
    margin-left: 10px;
}

.download-btn:hover {
    background-color: #f96d00;
}

/* Re-added text decoration removal for post lists */
.post-item h3 a,
.related-posts-list a {
    text-decoration: none;
    color: inherit;
}

/* Rest of the CSS remains unchanged */

@media (max-width: 768px) {
    .content-area {
        padding: 15px;
    }

    .music-player-card {
        height: auto;
        min-height: 150px; /* Adjusted from 160px */
    }

    .music-player-card .thumbnail {
        flex: 0 0 150px; /* Adjusted from 160px */
    }

    .music-player-card .disc {
        width: 110px; /* Adjusted from 120px */
        height: 110px; /* Adjusted from 120px */
        top: 20px;
        left: 20px;
    }

    .content {
        padding: 15px;
    }

    .song-item {
        flex: 0 0 calc(33.33% - 13.33px);
    }
}

@media (max-width: 480px) {
    .content-area {
        max-width: 95%;
    }

    .music-player-card .thumbnail {
        flex: 0 0 120px;
    }

    .music-player-card .disc {
        width: 100px;
        height: 100px;
        top: 10px;
        left: 10px;
    }

    .content {
        padding: 10px;
    }

    .song-item {
        flex: 0 0 calc(50% - 10px);
    }
}

/***** Album TrackListing *****/
.post-tracklist {
  list-style: none;
  padding: 0;
  margin: 2em 0;
}

.post-tracklist li {
  position: relative;
  padding: 10px 15px 10px 35px;
  margin-bottom: 6px!important;
  background: #fafafa;
  border-radius: 6px;
  transition: background 0.2s ease;
}

.post-tracklist li::before {
  content: "🎵";
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 16px;
  color: #0073e6;
}

.post-tracklist li:hover {
  background: #f0f8ff;
}

.post-tracklist a {
  text-decoration: none;
  color: #E74C3C;
  font-weight: 500;
  transition: color 0.2s ease;
}

.post-tracklist a:hover {
  color: #222;
  text-decoration: underline;
}

/***** Random Post ******/
.card-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 4px;
  padding: 0px;
  margin: 14px auto 4px auto;
}
.card-items-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.rdm-posts-title {
    display: flex;
    align-items: center; /* Centers vertically */
    justify-content: center; /* Centers horizontally */
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: bold; /* Optional: Makes text stand out */
    gap: 10px; /* Space between text and lines */
}
.rdm-posts-title:before, 
.rdm-posts-title:after {
    content: "";
    flex: 1; /* Makes both lines flexible */
    height: 3px;
    background-color: #002f5f;
    background-image: linear-gradient(-90deg, #658a78, #337ab7);
    border-radius: 6px;
}
.rdm-posts-title:before {
    margin-right: 10px;
}
.rdm-posts-title:after {
    margin-left: 10px;
}
.card-item {
  text-align: left;
  background-color: #333; /*E8F1FC*/
  /*background-color: rgb(177, 223, 246);*/
  border: 1px solid rgba(0,0,0,.125);
  padding: 4px;
  border-radius: 4px;
  margin: 5px auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}
.card-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  /*border-top-left-radius: 4px;
  border-top-right-radius: 4px;*/
  margin-bottom: 0!important;
}
.card-item a {
  color: #fff !important;
}
.card-item a:hover{ 
  text-decoration: none !important;
  color: #FFE !important;
}
.card-item-title{
  font-size: 0.875rem;
  /*font-weight: 500;*/
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: normal;
}
#item-mag{
	padding: 8px;
}

/* For smaller screens, including tablets and mobile */
@media only screen and (max-width: 1023px) {
    .card-item img {
        height: 100px; /* Adjust height for smaller screens */
    }
}

/* For mobile and very small screens (e.g., 480px and smaller) */
@media only screen and (max-width: 480px) {
    .card-item img {
        height: 100px; /* Maintain the same small height for mobile */
    }
}

/* Existing responsive layout */
@media only screen and (min-width: 320px) {
    .card-item {
        width: 31.1%;
    }/*
    .card-item img {
        height: 100px;
    }*/
}
@media only screen and (min-width: 750px) {
    .card-item {
        /*width: 24%; Set the post per page to 12 for 4x4 */
        width: 31.1%;
    }/*
    .card-item img {
        height: 100px;
    }*/
}

/* Report Song Popup styling */
.report-btn {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
}

.report-btn:hover {
    background-color: #005a87;
}

.recaptcha-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#report-popup label {
    display: inline-block;
    width: 100%;
    margin: 4px 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
}

#report-popup label input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

#report-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;

    display: flex;
    align-items: center;
    justify-content: center;
}

#report-popup {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
    position: relative;
}

#reportForm textarea {
    width: 100%;
    height: 70px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: vertical;
    padding: 10px;
}

#reportForm button[type="submit"] {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    margin-top: 10px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

#reportForm button[type="submit"]:hover {
    background-color: #005177;
}

#report-status.success {
    color: green;
    margin-top: 10px;
}

#report-status.error {
    color: red;
    margin-top: 10px;
}

#report-popup .close-report-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: #aaa;
}

#report-popup .close-report-popup:hover {
    color: #000;
}

#report-status.success {
    color: green;
    font-weight: bold;
}

#report-status.error {
    color: red;
    font-weight: bold;
}






*, ::after, ::before {box-sizing:border-box;}

/* Responsive YouTube Embed */
.responsive-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
	margin-bottom: 20px;
}

.responsive-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Style for the form containing the dropdown */
.styled-dropdown-form {
    max-width: 100%;
    margin: 20px auto;
    padding: 10px;
    background-color: #f4f4f4;
    border-radius: 5px;
    text-align: center;
}

/* Style for the dropdown */
.styled-dropdown {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    outline: none;
    transition: border-color 0.3s ease;
}

.styled-dropdown:hover, .styled-dropdown:focus {
    border-color: #0073aa;
}

.search-info {
    margin-bottom: 10px;
    background-color: #DFF2BF;
    color: #270;
    padding: 4px;
	border-radius: 3px 3px 3px 3px;
    line-height: 20px;
    text-shadow: 2px #000;
}

/*Footer Search Style*/
    .fsearch-form-cover {
        padding: 0 8px 8px 8px;
    }
    .fsearch-form {
        display: flex;
        width: 100%;
        position: relative;
    }

    .fsearch-form input {
        width: 100%!important;
        padding: 5px 40px 5px 15px;
        border: 1px solid #ccc;
        background: #fff;
        color: #000;
        font-size: 14px;
        opacity: 0.8;
        border-radius: 5px 50px 50px 5px;
    }

    .fsearch-form input:focus {
        outline: none;
        box-shadow: inset 1px 1px 3px rgba(47, 47, 47, 0.3);
        box-shadow: inset 1px 1px 3px rgba(47, 47, 47, 0.3);
        -moz-box-shadow: inset 1px 1px 3px rgba(47, 47, 47, 0.3);
        -webkit-box-shadow: inset 1px 1px 3px rgba(47, 47, 47, 0.3);
    }

    .fsearch-form button {
        width: 40px;
        background: none;
        padding: 0;
        border: 0;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        height: 42px;
    }

    .fsearch-col {
        max-width: 490px;
    }

    .fsearch-wrap {
        background: rgba(255, 255, 255, 0.04);
        padding: 12px 20px 17px;
        box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
    }

    .fsearch-wrap .content {
        font-size: 12px;
        padding: 5px;
    }

    .fsearch-wrap h3 {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .fsearch-wrap h2 {
        font-size: 14px;
        font-weight: 400;
        margin-top: 0;
    }

    .fsearch-wrap h3 strong {
        color: #f00;
    }

    .fsearch-form button svg {
        height: 41px;
        width: auto;
    }