/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Astra Child Theme
Author: Your Name
Author URI: https://example.com/
Template: astra
Version: 1.0.0
*/

/* Custom CSS goes below */

/* Form Container home page subscribe_popup */
.daily-form{
    max-width:100%;
}

/* Labels */
.daily-form label{
    display:block;
    font-size:14px;
    font-weight:600;
    color:#222;
    margin-bottom:3px;
    margin-top:10px;
    text-transform:capitalize;
}

/* Input Fields */
.daily-form input[type="text"],
.daily-form input[type="email"],
.daily-form input[type="tel"]{
    width:100%;
    height:42px;
    border:1px solid #dfe5ef;
    border-radius:6px;
    padding:0 12px;
    font-size:14px;
    box-sizing:border-box;
}

/* Placeholder */
.daily-form input::placeholder{
    font-size:13px;
    color:#888;
}

/* Radio Group */
.daily-form .wpcf7-radio{
    display:flex;
    flex-direction:column;
    gap:6px;
}

/* Radio Options */
.daily-form .wpcf7-list-item{
    display:block;
    margin:0 !important;
}

.daily-form .wpcf7-list-item label{
    display:flex;
    align-items:center;
    gap:8px;
    padding:4px 10px;
    cursor:pointer;
}

/* Radio Button */
.daily-form input[type="radio"]{
    width:16px;
    height:16px;
    margin:0;
}

/* Selected Radio */
.daily-form .wpcf7-list-item input[type="radio"]:checked + span{
    font-weight:600;
}

/* Submit Button */
.daily-form .wpcf7-submit{
    width:100%;
    height:44px;
    border:none;
    border-radius:6px;
    background:#e58a00;
    color:#fff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    margin-top:10px;
}

.daily-form .wpcf7-submit:hover{
    background:#031945;
    color:#fff;
}

/* Conditional Fields */
.wpcf7cf-group{
    margin-top:10px;
}

/* Study Guide scrolling up down */
.e-n-accordion .e-n-accordion-item > [role="region"] {
    height: 250px;
    overflow-y: auto;
}

/* =========================================================
   TTB AUDIO PLAYER
   ========================================================= */

.ttb-rich-player {
    width: 100%;
    max-width: auto;
    min-height: 80px;

    margin: 0px auto;
    padding: 0px 10px;

    box-sizing: border-box;

    display: flex;
    align-items: center;
    gap: 20px;

    background: #F5F5F5;
    box-shadow: none;
}


/* =========================================================
   HIDDEN NATIVE AUDIO
   ========================================================= */

.ttb-rich-player audio {
    display: none;
}


/* =========================================================
   PLAY BUTTON
   ========================================================= */

.ttb-play {
    width: 58px;
    height: 50px;
    min-width: 58px;

    border: none;
    border-radius: 8px;

    background: #0b82a8;
    color: #ffffff;

    font-size: 22px;
    line-height: 1;

    cursor: pointer;

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

    padding: 0;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.ttb-play:hover {
    background: #086f91;
    transform: scale(1.03);
}


/* =========================================================
   MAIN PLAYER
   ========================================================= */

.ttb-player-main {
    flex: 1;
    min-width: 0;
}


/* =========================================================
   TITLE
   ========================================================= */

.ttb-player-title {
    font-size: 16px;
    font-weight: 600;

    line-height: 1.3;

    color: #123f5d;

    margin: 0 0 8px 0;
}


/* =========================================================
   PROGRESS AREA
   ========================================================= */

.ttb-progress-area {
    width: 100%;
}


/* =========================================================
   PROGRESS BAR
   ========================================================= */

.ttb-progress {
    display: block;

    width: 100%;
    height: 6px;

    margin: 0;

    cursor: pointer;

    accent-color: #0b82a8;
}


/* =========================================================
   BOTTOM CONTROLS
   ========================================================= */

.ttb-player-bottom {
    width: 100%;

    display: flex;
    align-items: center;

    gap: 10px;

    margin-top: 9px;

    font-size: 13px;

    line-height: 1;

    color: #666666;
}


/* =========================================================
   CURRENT TIME
   ========================================================= */

.ttb-current {
    min-width: 35px;
}


/* =========================================================
   DURATION
   ========================================================= */

.ttb-duration {
    min-width: 35px;
}


/* =========================================================
   FLEX SPACE
   ========================================================= */

.ttb-spacer {
    flex: 1;
}


/* =========================================================
   SPEED
   ========================================================= */

.ttb-speed {
    width: 68px;
    height: 34px;

    padding: 4px 7px;

    border: 1px solid #d9d9d9;
    border-radius: 5px;

    background: #ffffff;

    color: #333333;

    font-size: 13px;

    cursor: pointer;
}


/* =========================================================
   VOLUME CONTROL
   ========================================================= */

.ttb-volume-control {
    display: flex;
    align-items: center;

    gap: 7px;
}


/* Volume button */

.ttb-volume {
    width: 38px;
    height: 34px;

    padding: 0;

    border: 1px solid #e2e2e2;
    border-radius: 5px;

    background: #ffffff;

    font-size: 15px;

    cursor: pointer;

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


/* Volume slider */

.ttb-volume-slider {
    width: 65px;
    height: 5px;

    margin: 0;

    cursor: pointer;

    accent-color: #0b82a8;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .ttb-rich-player {
        width: 100%;
        max-width: 100%;

        min-height: 60px;

        margin: 2px 0;

        padding: 14px;

        gap: 12px;
    }


    .ttb-play {
        width: 50px;
        height: 44px;
        min-width: 50px;

        border-radius: 7px;

        font-size: 19px;
    }


    .ttb-player-title {
        font-size: 14px;

        margin-bottom: 7px;
    }


    .ttb-progress {
        height: 5px;
    }


    .ttb-player-bottom {
        gap: 7px;

        margin-top: 7px;

        font-size: 12px;
    }


    .ttb-speed {
        width: 58px;
        height: 32px;

        padding: 3px;
    }


    .ttb-volume-control {
        gap: 5px;
    }


    .ttb-volume {
        width: 34px;
        height: 32px;
    }


    .ttb-volume-slider {
        width: 50px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

    .ttb-rich-player {
        padding: 12px;
        gap: 9px;
    }


    .ttb-play {
        width: 44px;
        height: 40px;
        min-width: 44px;
    }


    .ttb-volume-slider {
        display: none;
    }


    .ttb-player-bottom {
        gap: 5px;
    }

}
/* =========================================================
   TTB CATEGORY POSTS
   ========================================================= */

.ttb-category-box {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================================
   CATEGORY HEADER
   ========================================================= */

.ttb-category-header {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin: 0 0 18px;
    padding: 0;

    box-sizing: border-box;
}


/* =========================================================
   CATEGORY TITLE
   ========================================================= */

.ttb-category-title {
    flex: 1;

    min-width: 0;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 18px !important;
    line-height: 1.2 !important;

    font-weight: 500 !important;

    color: #111111 !important;
}


/* =========================================================
   SEARCH BOX
   ========================================================= */

.ttb-category-search {
    width: 170px;
    min-width: 170px;

    height: 43px;

    display: flex;
    align-items: center;

    margin: 0;
    padding: 0;

    border: 1px solid #bdbdbd;
    border-radius: 24px;

    background: #ffffff;

    overflow: hidden;

    box-sizing: border-box;
}


/* =========================================================
   SEARCH INPUT
   ========================================================= */

.ttb-category-search input {
    width: calc(100% - 40px);

    height: 41px;

    margin: 0 !important;
    padding: 0 5px 0 14px !important;

    border: none !important;
    outline: none !important;
    box-shadow: none !important;

    background: transparent !important;

    color: #333333 !important;

    font-family: inherit !important;

    font-size: 14px !important;

    line-height: 1 !important;
}


/* PLACEHOLDER */

.ttb-category-search input::placeholder {
    color: #999999;

    opacity: 1;
}


/* =========================================================
   SEARCH BUTTON
   ========================================================= */

.ttb-category-search button {
    width: 40px;
    min-width: 40px;

    height: 41px;

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

    margin: 0 !important;
    padding: 0 !important;

    border: none !important;
    outline: none !important;
    box-shadow: none !important;

    background: transparent !important;

    cursor: pointer;
}


/* SEARCH ICON */

.ttb-search-icon {
    display: block;

    font-size: 16px;

    line-height: 1;

    opacity: 0.8;
}


/* =========================================================
   POSTS CONTAINER
   ========================================================= */

.ttb-category-posts {
    width: 100%;

    display: flex;

    flex-direction: column;

    gap: 12px;

    box-sizing: border-box;
}


/* =========================================================
   POST CARD
   ========================================================= */

.ttb-post-card {
    position: relative;

    width: 100%;

    min-height: 124px;

    display: flex;

    align-items: center;

    gap: 16px;

    padding: 14px;

    box-sizing: border-box;

    background: #eeeeee;

    border-radius: 11px;

    text-decoration: none !important;

    color: inherit !important;

    overflow: hidden;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}


/* =========================================================
   CARD HOVER
   ========================================================= */

.ttb-post-card:hover {
    background: #e9e9e9;

    transform: translateY(-1px);

    text-decoration: none !important;
}


/* =========================================================
   FEATURED IMAGE
   ========================================================= */

.ttb-post-image {
    flex: 0 0 96px;

    width: 96px;
    height: 96px;

    display: block;

    position: relative;

    overflow: hidden;

    border-radius: 12px;

    background: #d8d8d8;

    box-sizing: border-box;
}


/* =========================================================
   FEATURED IMAGE
   ========================================================= */

.ttb-featured-image {
    display: block;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover;

    border: none !important;

    border-radius: 12px;

    transition:
        transform 0.3s ease;
}


/* IMAGE HOVER */

.ttb-post-card:hover .ttb-featured-image {
    transform: scale(1.03);
}


/* =========================================================
   NO IMAGE
   ========================================================= */

.ttb-no-image {
    width: 100%;
    height: 100%;

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

    background: #d8d8d8;

    color: #777777;

    font-size: 11px;
}


/* =========================================================
   POST CONTENT
   ========================================================= */

.ttb-post-content {
    flex: 1;

    min-width: 0;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;

    margin: 0;

    padding: 0;
}


/* =========================================================
   POST TITLE
   ========================================================= */

.ttb-post-title {
    width: 100%;

    margin: 0 0 10px !important;
    padding: 0 !important;

    font-size: 18px !important;

    line-height: 1.25 !important;

    font-weight: 500 !important;

    color: #111111 !important;

    word-break: normal;

    overflow-wrap: break-word;
}


/* =========================================================
   BUTTON CONTAINER
   ========================================================= */

.ttb-post-buttons {
    display: flex;

    align-items: center;

    gap: 7px;

    flex-wrap: wrap;

    margin: 0;

    padding: 0;
}


/* =========================================================
   WATCH + LISTEN BUTTONS
   ========================================================= */

.ttb-watch-button,
.ttb-listen-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    height: 30px;

    padding: 0 11px;

    box-sizing: border-box;

    border-radius: 17px;

    background: #ffffff;

    color: #ed7b18 !important;

    font-family: inherit !important;

    font-size: 13px !important;

    font-weight: 400 !important;

    line-height: 1;

    white-space: nowrap;
}


/* =========================================================
   ICON
   ========================================================= */

.ttb-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    margin-right: 5px;

    font-size: 9px;

    line-height: 1;
}


/* =========================================================
   NO POSTS
   ========================================================= */

.ttb-no-posts {
    width: 100%;

    margin: 15px 0;

    padding: 16px;

    box-sizing: border-box;

    border-radius: 9px;

    background: #f1f1f1;

    color: #555555;

    font-size: 14px;

    line-height: 1.5;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 768px) {

    .ttb-category-header {
        gap: 12px;

        margin-bottom: 15px;
    }


    .ttb-category-title {
        font-size: 21px !important;
    }


    .ttb-category-search {
        width: 155px;
        min-width: 155px;

        height: 40px;
    }


    .ttb-category-search input {
        height: 38px;

        font-size: 13px !important;
    }


    .ttb-category-search button {
        height: 38px;

        width: 38px;
        min-width: 38px;
    }


    .ttb-post-card {
        min-height: 112px;

        gap: 14px;

        padding: 12px;
    }


    .ttb-post-image {
        flex: 0 0 84px;

        width: 84px;
        height: 84px;

        border-radius: 11px;
    }


    .ttb-featured-image {
        border-radius: 11px;
    }


    .ttb-post-title {
        font-size: 17px !important;

        margin-bottom: 8px !important;
    }


    .ttb-watch-button,
    .ttb-listen-button {
        height: 29px;

        padding: 0 10px;

        font-size: 12px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .ttb-category-header {
        width: 100%;

        display: flex;

        align-items: center;

        gap: 8px;

        margin-bottom: 13px;
    }


    .ttb-category-title {
        flex: 1;

        min-width: 0;

        font-size: 19px !important;

        white-space: nowrap;

        overflow: hidden;

        text-overflow: ellipsis;
    }


    /* SEARCH */

    .ttb-category-search {
        width: 135px;

        min-width: 135px;

        height: 37px;

        border-radius: 20px;
    }


    .ttb-category-search input {
        width: calc(100% - 35px);

        height: 35px;

        padding-left: 11px !important;

        font-size: 12px !important;
    }


    .ttb-category-search button {
        width: 35px;

        min-width: 35px;

        height: 35px;
    }


    .ttb-search-icon {
        font-size: 14px;
    }


    /* POSTS */

    .ttb-category-posts {
        gap: 10px;
    }


    /* CARD */

    .ttb-post-card {
        width: 100%;

        min-height: 100px;

        gap: 12px;

        padding: 10px;

        border-radius: 9px;
    }


    /* IMAGE */

    .ttb-post-image {
        flex: 0 0 76px;

        width: 76px;

        height: 76px;

        border-radius: 10px;
    }


    .ttb-featured-image {
        border-radius: 10px;
    }


    /* TITLE */

    .ttb-post-title {
        font-size: 15px !important;

        line-height: 1.25 !important;

        margin-bottom: 7px !important;
    }


    /* BUTTONS */

    .ttb-post-buttons {
        gap: 5px;
    }


    .ttb-watch-button,
    .ttb-listen-button {

        height: 26px;

        padding: 0 8px;

        font-size: 11px !important;

        border-radius: 14px;
    }


    .ttb-icon {
        margin-right: 4px;

        font-size: 8px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

    .ttb-category-title {
        font-size: 17px !important;
    }


    .ttb-category-search {
        width: 120px;

        min-width: 120px;
    }


    .ttb-post-card {
        gap: 9px;

        padding: 8px;
    }


    .ttb-post-image {
        flex: 0 0 68px;

        width: 68px;

        height: 68px;
    }


    .ttb-post-title {
        font-size: 14px !important;
    }


    .ttb-watch-button,
    .ttb-listen-button {

        height: 25px;

        padding: 0 7px;

        font-size: 10px !important;
    }
}


/* =========================================================
   TTB CATEGORY ARCHIVE
   ========================================================= */

.ttb-category-archive {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}


/* =========================================================
   HEADER
   ========================================================= */

.ttb-archive-header {
    width: 100%;

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

    gap: 20px;

    margin: 0 0 20px;

    box-sizing: border-box;
}


.ttb-archive-title {
    margin: 0 !important;
    padding: 0 !important;

    font-size: 28px !important;
    line-height: 1.2 !important;

    font-weight: 500 !important;

    color: #111111 !important;
}


/* =========================================================
   SEARCH
   ========================================================= */

.ttb-archive-search {
    width: 190px;
    height: 42px;

    display: flex;
    align-items: center;

    flex-shrink: 0;

    border: 1px solid #bdbdbd;

    border-radius: 24px;

    background: #ffffff;

    overflow: hidden;

    box-sizing: border-box;
}


.ttb-archive-search-input {
    width: calc(100% - 42px);

    height: 40px;

    margin: 0 !important;

    padding: 0 8px 0 16px !important;

    border: none !important;

    outline: none !important;

    box-shadow: none !important;

    background: transparent !important;

    font-size: 15px !important;

    color: #333333 !important;
}


.ttb-archive-search-input::placeholder {
    color: #999999;
}


.ttb-archive-search-button {
    width: 42px;
    height: 40px;

    flex: 0 0 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 !important;

    padding: 0 !important;

    border: none !important;

    outline: none !important;

    box-shadow: none !important;

    background: transparent !important;

    font-size: 16px;

    cursor: pointer;
}


/* =========================================================
   RESULTS
   ========================================================= */

.ttb-archive-results {
    width: 100%;

    box-sizing: border-box;

    transition: opacity 0.15s ease;
}


/* =========================================================
   3 COLUMN GRID
   ========================================================= */

.ttb-archive-results
.ttb-category-posts {

    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 16px;

    box-sizing: border-box;
}


/* =========================================================
   POST CARD
   ========================================================= */

.ttb-archive-results
.ttb-post-card {

    position: relative;

    width: 100%;

    min-width: 0;

    min-height: 125px;

    display: flex;

    align-items: center;

    gap: 14px;

    padding: 13px;

    box-sizing: border-box;

    background: #eeeeee;

    border-radius: 12px;

    overflow: hidden;

    text-decoration: none !important;

    color: inherit !important;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


/* =========================================================
   HOVER
   ========================================================= */

.ttb-archive-results
.ttb-post-card:hover {

    transform: translateY(-2px);

    box-shadow:
        0 5px 15px rgba(0, 0, 0, 0.08);

}


/* =========================================================
   IMAGE
   ========================================================= */

.ttb-archive-results
.ttb-post-image {

    position: relative;

    width: 95px;

    min-width: 95px;

    height: 95px;

    margin: 0;

    border-radius: 13px;

    overflow: hidden;

    box-sizing: border-box;
}


.ttb-archive-results
.ttb-featured-image {

    display: block;

    width: 100% !important;

    height: 100% !important;

    max-width: none !important;

    margin: 0 !important;

    padding: 0 !important;

    object-fit: cover;

    border-radius: 13px;
}


/* =========================================================
   NO IMAGE
   ========================================================= */

.ttb-archive-results
.ttb-no-image {

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #d8d8d8;

    color: #777777;

    font-size: 11px;

    border-radius: 13px;
}


/* =========================================================
   CONTENT
   ========================================================= */

.ttb-archive-results
.ttb-post-content {

    position: relative;

    flex: 1;

    min-width: 0;

    display: flex;

    flex-direction: column;

    justify-content: center;

    box-sizing: border-box;
}


/* =========================================================
   TITLE
   ========================================================= */

.ttb-archive-results
.ttb-post-title {

    margin: 0 0 9px !important;

    padding: 0 !important;

    font-size: 17px !important;

    line-height: 1.25 !important;

    font-weight: 500 !important;

    color: #111111 !important;

    word-break: normal;

    overflow-wrap: break-word;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.ttb-archive-results
.ttb-post-buttons {

    display: flex;

    align-items: center;

    gap: 6px;

    flex-wrap: wrap;
}


.ttb-archive-results
.ttb-watch-button,

.ttb-archive-results
.ttb-listen-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    height: 28px;

    padding: 0 9px;

    box-sizing: border-box;

    border-radius: 16px;

    background: #ffffff;

    color: #ed7b18 !important;

    font-size: 12px;

    line-height: 1;

    white-space: nowrap;
}


.ttb-archive-results
.ttb-icon {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-right: 4px;

    font-size: 9px;

    line-height: 1;
}


/* =========================================================
   NO POSTS
   ========================================================= */

.ttb-archive-results
.ttb-no-posts {

    margin: 15px 0;

    font-size: 15px;

    color: #555555;
}


/* =========================================================
   TABLET
   2 COLUMNS
   ========================================================= */

@media (max-width: 1000px) {

    .ttb-archive-results
    .ttb-category-posts {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 14px;
    }


    .ttb-archive-results
    .ttb-post-card {

        min-height: 115px;

        padding: 12px;

        gap: 12px;
    }


    .ttb-archive-results
    .ttb-post-image {

        width: 88px;

        min-width: 88px;

        height: 88px;
    }


    .ttb-archive-results
    .ttb-post-title {

        font-size: 16px !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .ttb-archive-header {

        gap: 10px;

        margin-bottom: 15px;
    }


    .ttb-archive-title {

        font-size: 22px !important;

        min-width: 0;
    }


    .ttb-archive-search {

        width: 150px;

        min-width: 150px;

        height: 38px;
    }


    .ttb-archive-search-input {

        width: calc(100% - 38px);

        height: 36px;

        padding-left: 12px !important;

        font-size: 13px !important;
    }


    .ttb-archive-search-button {

        width: 38px;

        height: 36px;

        flex-basis: 38px;
    }


    /*
     * ONE COLUMN
     */

    .ttb-archive-results
    .ttb-category-posts {

        grid-template-columns: 1fr;

        gap: 10px;
    }


    .ttb-archive-results
    .ttb-post-card {

        min-height: 105px;

        padding: 11px;

        gap: 12px;

        border-radius: 10px;
    }


    .ttb-archive-results
    .ttb-post-image {

        width: 78px;

        min-width: 78px;

        height: 78px;

        border-radius: 11px;
    }


    .ttb-archive-results
    .ttb-featured-image,

    .ttb-archive-results
    .ttb-no-image {

        border-radius: 11px;
    }


    .ttb-archive-results
    .ttb-post-title {

        font-size: 16px !important;

        line-height: 1.25 !important;

        margin-bottom: 8px !important;
    }


    .ttb-archive-results
    .ttb-watch-button,

    .ttb-archive-results
    .ttb-listen-button {

        height: 27px;

        padding: 0 9px;

        font-size: 12px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

    .ttb-archive-header {

        gap: 7px;
    }


    .ttb-archive-title {

        font-size: 19px !important;
    }


    .ttb-archive-search {

        width: 125px;

        min-width: 125px;
    }


    .ttb-archive-results
    .ttb-post-card {

        padding: 9px;

        gap: 10px;
    }


    .ttb-archive-results
    .ttb-post-image {

        width: 68px;

        min-width: 68px;

        height: 68px;
    }


    .ttb-archive-results
    .ttb-post-title {

        font-size: 15px !important;
    }


    .ttb-archive-results
    .ttb-watch-button,

    .ttb-archive-results
    .ttb-listen-button {

        height: 25px;

        padding: 0 7px;

        font-size: 11px;
    }

}