.fal-content-row {
    display: flex;
    width: 100%;
}

.fal-primary {
    flex: 1;
    padding-right: 25px;
    overflow-y: auto;
}

.fal-no-results.fal-openverse__no-results {
    max-width: 420px;
}

.fal-no-results.fal-openverse__no-results svg {
    top: -15px;
}

.fal-sidebar {
    width: 300px;
    border-left: 1px solid lightgray;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15PX;
}

.fal-image-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden;
}

.fal-image-license {
    display: flex;
    gap: 5px;
    flex: 1;
}

.fal-image-license svg {
    height: 16px;
    width: 16px;
    color: white;
}

.fal-downloaded:before,
.fal-downloaded .fal-image-actions,
.fal-downloading:before,
.fal-downloading .fal-image-actions,
.fal-download-success:before,
.fal-download-success .fal-image-actions,
.fal-download-fail:before,
.fal-download-fail .fal-image-actions,
.fal-grid-item:hover:before,
.fal-grid-item:hover .fal-image-actions {
    opacity: 1;
    visibility: visible;
}

.fal-image-view,
.fal-image-download {
    padding: 5px 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 2px;
    background: white;
    cursor: pointer;
}

.fal-image-view {
    margin-left: 5px;
}

.fal-filters h2 {
    margin: 0 0 20px 0;
}

.fal-filter {
    margin: 0 0 15px 0;
}

.fal-filter-safesearch {
    display: flex;
    align-items: center;
}

.fal-filter select {
    width: 100%;
}

.fal-filter label {
    margin-bottom: 5px;
}

.fal-footer-note {
    background: lightgray;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 20px;
}

.fal-download-success .fal-image-download,
.fal-downloaded .fal-image-download {
    background: forestgreen;
    color: white;
}

.fal-image-view .dashicons,
.fal-image-download .dashicons {
    font-size: 14px;
    line-height: normal;
    height: auto;
    width: auto;
}
.fal-flex {
    display: flex;
    align-items: center;
    width: 100%;
}

.fal-flex svg {
    width: 16px;
    height: 16px;
}

.fal-filters label {
    display: flex;
    align-items: center;
}

.fal-icons {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 5px;
}

.media-frame .fal-help {
    flex: 1;
    text-align: right;
    color: gray;
}

.fal-help-wrap {
    flex: 1;
    text-align: right;
}

.media-frame .fal-help svg {
    height: 20px;
    width: 20px;
}

/**
 * Media popup
 */
.fal-tab-content {
    padding: 15px 20px 20px 20px;
}
.fal-tab-nav {
    border-bottom: 2px solid #cbcbcb82;
    padding-left: 20px;
}
.fal-tab {
    border-bottom: 2px solid transparent;
}
.fal-tab.active,
.fal-tab.is-active,
.fal-tab:hover {
    border-color: #2196f3;
}
.fal-tab {
    display: inline-block;
    padding: 20px 25px 15px 25px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: -1px;
}
.fal-search-box {
    margin-bottom: 15px;
}
.fal-search-tagline {
    font-size: 16px;
    color: rgba(17,23,29,.6);
    font-style: italic;
    display: inline-flex;
    vertical-align: super;
    padding: 0 0 0 15px;
}

.fal-single-preview {
    flex: 1;
    overflow-y: auto;
    margin: 0 -20px 0 0;
}

.fal-popular-searches {
    margin-top: 5px;
    font-size: 12px;
    color: darkgray;
}
.fal-popular-searches-heading {
    margin-right: 5px;
    font-weight: bold;
    color: black;
}
.fal-tag,
.fal-popular-search {
    color: royalblue;
    margin-right: 2px;
    cursor: pointer;
    font-size: 14px;
}
.fal-search-input {
    display: flex;
    border: 1px solid rgba(43,59,74,0.3);
    padding: 5px 8px 5px 10px;
    border-radius: 3px;
    align-items: center;
    width: 100%;
}
.fal-search-input:hover {
    border-color: rgba(30,41,51,0.45);
}
.fal-search-input input {
    border: none !important;
}
.fal-search-input input:hover,
.fal-search-input input:focus {
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}
.fal-search-tagline {
    font-size: 16px;
    color: gray;
    font-style: italic;
    display: inline-flex;
    vertical-align: super;
    padding: 0 0 0 15px;
}
.fal-media-popup-tab-open .media-toolbar {
    display: none;
}
.fal-media-popup-tab-open .media-frame-content {
    bottom: 15px;
}
.fal-download-image .fal-file-name input {
    width: calc( 108% - 65px);
}
.fal-download-image {
    padding-top: 0;
    line-height: 1;
    font-weight: 400;
    color: #646970;
    font-size: 12px;
    border-top: none;
    margin-top: 0;
}
.fal-right .fal-close {
    margin-bottom: 10px;
}
.fal-right {
    width: 350px;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e4e4e4;
    position: relative;
    background: white;
    padding-right: 20px;
}
.fal-tab-content .fal-download-image input {
    border: 1px solid rgba(43,59,74,0.3);
    padding: 5px 10px;
    border-radius: 3px;
}

.fal-download-image label {
    display: inline-block;
    color: #0d1216;
    font-size: 14px;
    line-height: 1.6;
    width: auto;
}

.fal-doc-link {
    display: inline-flex;
    vertical-align: middle;
    margin-left: 5px;
}

.fal-doc-link svg {
    width: 16px;
    height: 16px;
    fill: rgba(43,59,74,0.5);
}

.fal-doc-link:hover svg {
    fill: rgba(43,59,74,1);
}

.fal-field {
    margin-bottom: 15px;
}