/* =========================================================
   HARIMAU TV - RECOMMENDED BOARD
   PC Gallery / 600x404
   ========================================================= */

.harimau-partner-board {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 44px 20px 80px;
    box-sizing: border-box;
}


/* =========================================================
   HERO
   ========================================================= */

.harimau-partner-hero {
    position: relative;
    margin-bottom: 34px;
    padding: 34px 38px 32px;
    background: #111111;
    border-radius: 14px;
    overflow: hidden;
}

.harimau-partner-hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #ffcc00;
}

.harimau-partner-kicker {
    display: block;
    margin-bottom: 9px;
    color: #ffcc00;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.8px;
}

.harimau-partner-title {
    margin: 0 0 12px;
    padding: 0;
    color: #ffffff;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -1px;
}

.harimau-partner-intro {
    max-width: 760px;
    margin: 0;
    color: #cccccc;
    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   TOP ACTION
   ========================================================= */

.harimau-partner-top-actions {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.harimau-partner-write {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    background: #111111;
    border: 1px solid #111111;
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    transition: 0.2s ease;
}

.harimau-partner-write:hover {
    background: #ffcc00;
    border-color: #ffcc00;
    color: #111111 !important;
}


/* =========================================================
   GRID
   ========================================================= */

.harimau-partner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}


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

.harimau-partner-card {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.045);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

.harimau-partner-card:hover {
    transform: translateY(-4px);
    border-color: #ffcc00;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.09);
}


/* =========================================================
   THUMBNAIL
   600 x 404
   ========================================================= */

.harimau-partner-thumb {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 600 / 404;
    overflow: hidden;
    background: #f2f2f2;
    text-decoration: none !important;
}

.harimau-partner-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.harimau-partner-card:hover .harimau-partner-thumb img {
    transform: scale(1.025);
}


/* No image */

.harimau-partner-noimage {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(
            135deg,
            #101010 0%,
            #1a1a1a 62%,
            #29230c 100%
        );
    color: #ffffff;
}

.harimau-partner-noimage strong {
    color: #ffcc00;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -0.7px;
}

.harimau-partner-noimage span {
    margin-top: 7px;
    color: #aaaaaa;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
}


/* =========================================================
   CARD BODY
   ========================================================= */

.harimau-partner-body {
    display: flex;
    flex-direction: column;
    padding: 20px;
    min-height: 190px;
    box-sizing: border-box;
}

.harimau-partner-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 9px;
    background: #fff7cf;
    border-radius: 5px;
    color: #8a6b00;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.65px;
}

.harimau-partner-card-title {
    margin: 0 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.5px;
}

.harimau-partner-card-title a {
    color: #111111 !important;
    text-decoration: none !important;
}

.harimau-partner-card-title a:hover {
    color: #c99f00 !important;
}

.harimau-partner-description {
    min-height: 48px;
    margin: 0;
    color: #777777;
    font-size: 13px;
    line-height: 1.7;
}


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

.harimau-partner-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: auto;
    padding-top: 18px;
}

.harimau-partner-details {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    box-sizing: border-box;
    background: #111111;
    border: 1px solid #111111;
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.3px;
    text-decoration: none !important;
    transition: 0.2s ease;
}

.harimau-partner-details:hover {
    background: #ffcc00;
    border-color: #ffcc00;
    color: #111111 !important;
}


/* =========================================================
   EMPTY
   ========================================================= */

.harimau-partner-empty {
    padding: 70px 20px;
    background: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    text-align: center;
}

.harimau-partner-empty strong {
    display: block;
    margin-bottom: 8px;
    color: #111111;
    font-size: 18px;
    font-weight: 900;
}

.harimau-partner-empty p {
    margin: 0;
    color: #888888;
    font-size: 13px;
}


/* =========================================================
   PAGINATION
   ========================================================= */

.harimau-partner-pagination {
    margin-top: 36px;
    text-align: center;
}

.harimau-partner-pagination .pg_wrap {
    display: inline-block;
}


/* =========================================================
   GNUBOARD DEFAULT TITLE CLEANUP
   ========================================================= */

#container_title {
    display: none;
}


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

@media (max-width: 1050px) {

    .harimau-partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


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

@media (max-width: 700px) {

    .harimau-partner-board {
        padding: 24px 14px 55px;
    }

    .harimau-partner-hero {
        padding: 26px 24px;
        margin-bottom: 24px;
        border-radius: 11px;
    }

    .harimau-partner-title {
        font-size: 27px;
    }

    .harimau-partner-intro {
        font-size: 14px;
    }

    .harimau-partner-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .harimau-partner-body {
        padding: 17px;
    }

}
/* =========================================================
   RECOMMENDED BOARD FULL WIDTH
   ========================================================= */

body #wrapper {
    width: 100%;
}

body #container_wr {
    width: 100%;
    max-width: none;
}

body #container {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.harimau-partner-board {
    width: calc(100% - 40px);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.harimau-partner-visit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    box-sizing: border-box;
    background: #ffcc00;
    border: 1px solid #ffcc00;
    border-radius: 8px;
    color: #111111 !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.3px;
    text-decoration: none !important;
    transition: 0.2s ease;
}

.harimau-partner-visit:hover {
    background: #e6b400;
    border-color: #e6b400;
    color: #111111 !important;
}
.harimau-partner-actions > :only-child {
    grid-column: 1 / -1;
}
/* =========================================================
   HARIMAU TV - RECOMMENDED VIEW
   ========================================================= */

.harimau-partner-view {
    width: calc(100% - 40px);
    max-width: 1280px;
    margin: 0 auto;
    padding: 44px 0 80px;
    box-sizing: border-box;
}


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

.harimau-partner-view-header {
    position: relative;
    padding: 34px 38px 32px;
    margin-bottom: 28px;
    background: #111111;
    border-radius: 14px;
    overflow: hidden;
}

.harimau-partner-view-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #ffcc00;
}

.harimau-partner-view-kicker {
    display: block;
    margin-bottom: 9px;
    color: #ffcc00;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.8px;
}

.harimau-partner-view-title {
    margin: 0 0 12px;
    padding: 0;
    color: #ffffff;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.8px;
}

.harimau-partner-view-subtitle {
    margin: 0;
    color: #cccccc;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   MAIN CARD
   ========================================================= */

.harimau-partner-view-card {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}


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

.harimau-partner-view-image {
    width: 100%;
    aspect-ratio: 600 / 404;
    overflow: hidden;
    background: #f3f3f3;
}

.harimau-partner-view-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    margin: 0 !important;
}


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

.harimau-partner-view-content {
    padding: 32px;
}

.harimau-partner-view-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 6px 10px;
    background: #fff7cf;
    border-radius: 5px;
    color: #8a6b00;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.7px;
}

.harimau-partner-view-text {
    color: #444444;
    font-size: 15px;
    line-height: 1.85;
    word-break: break-word;
}

.harimau-partner-view-text p {
    margin: 0 0 15px;
}

.harimau-partner-view-text img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   VISIT SITE BUTTON
   ========================================================= */

.harimau-partner-view-visit {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #eeeeee;
}

.harimau-partner-view-visit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 0 20px;
    box-sizing: border-box;

    background: #ffcc00;
    border: 1px solid #ffcc00;
    border-radius: 9px;

    color: #111111 !important;

    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.4px;

    text-decoration: none !important;

    transition: 0.2s ease;
}

.harimau-partner-view-visit-button:hover {
    background: #e6b400;
    border-color: #e6b400;
    color: #111111 !important;
}


/* =========================================================
   NOTE
   ========================================================= */

.harimau-partner-view-note {
    max-width: 800px;
    margin: 24px auto 0;
    padding: 22px 24px;
    box-sizing: border-box;

    background: #f8f8f8;
    border-left: 4px solid #ffcc00;
}

.harimau-partner-view-note strong {
    display: block;
    margin-bottom: 7px;

    color: #111111;
    font-size: 13px;
    font-weight: 900;
}

.harimau-partner-view-note p {
    margin: 0;

    color: #777777;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   BOTTOM ACTIONS
   ========================================================= */

.harimau-partner-view-actions {
    max-width: 800px;
    margin: 24px auto 0;

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

    gap: 12px;
}

.harimau-partner-view-back,
.harimau-partner-admin-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;
    padding: 0 18px;

    box-sizing: border-box;

    border-radius: 8px;

    font-size: 12px;
    font-weight: 900;

    text-decoration: none !important;
}

.harimau-partner-view-back {
    background: #111111;
    border: 1px solid #111111;

    color: #ffffff !important;
}

.harimau-partner-view-back:hover {
    background: #ffcc00;
    border-color: #ffcc00;

    color: #111111 !important;
}

.harimau-partner-view-admin {
    display: flex;
    gap: 8px;
}

.harimau-partner-admin-button {
    background: #ffffff;
    border: 1px solid #dddddd;

    color: #333333 !important;
}

.harimau-partner-admin-button:hover {
    border-color: #111111;
    color: #111111 !important;
}

.harimau-partner-delete:hover {
    border-color: #cc3333;
    color: #cc3333 !important;
}


/* =========================================================
   REMOVE DEFAULT VIEW SIDE EFFECTS
   ========================================================= */

.harimau-partner-view #bo_v_info,
.harimau-partner-view #bo_v_share,
.harimau-partner-view #bo_v_bot,
.harimau-partner-view #bo_v_atc,
.harimau-partner-view .bo_v_com {
    display: none !important;
}


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

@media (max-width: 700px) {

    .harimau-partner-view {
        width: calc(100% - 28px);
        padding: 24px 0 55px;
    }

    .harimau-partner-view-header {
        padding: 26px 24px;
        margin-bottom: 20px;
        border-radius: 11px;
    }

    .harimau-partner-view-title {
        font-size: 27px;
    }

    .harimau-partner-view-content {
        padding: 22px 18px;
    }

    .harimau-partner-view-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .harimau-partner-view-admin {
        width: 100%;
    }

    .harimau-partner-view-back,
    .harimau-partner-admin-button {
        flex: 1;
        width: 100%;
    }

}