/* 
	Theme Name: Berkoyun
	Theme URL: https://www.keremiya.com
	Description: WordPress Oyun Temasi
	Author: Keremiya
	Author URI: https://www.keremiya.com
	Version: 1.0.5
	Tags: game, responsive
*/

/* === HEADER STYLES === */
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #f0f2f5;
}

.site-header {
    background-color: #1a2b4b; 
    height: 60px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.logo-link {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
}

.search-container {
    position: relative;
}

.search-input {
    height: 40px;
    width: 290px;
    border-radius: 20px;
    border: none;
    outline: none;
    padding: 0 45px 0 20px;
    box-sizing: border-box;
    background-color: #e9e9e9;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
    font-size: 16px;
    color: #333;
}

.search-input::placeholder {
    color: #8a8a8a;
    opacity: 1;
}

.search-icon {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
}

/* === INDEX PAGE STYLES === */
.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
}

.game-section {
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1); 
    border-radius: 8px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 8px 15px;
    border-radius: 8px 8px 0 0;
}

.section-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.view-all-button {
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 5px;
    font-weight: 500;
}

/* Renk Şemaları */
.orange-section .section-header { background-color: #f9a825; }
.orange-section .view-all-button { background-color: #ef6c00; }

.green-section .section-header { background-color: #43a047; }
.green-section .view-all-button { background-color: #2e7d32; }

.purple-section .section-header { background-color: #9c27b0; }
.purple-section .view-all-button { background-color: #7b1fa2; }

.game-grid {
    display: grid;
    gap: 10px;
    background-color: #fff; 
    padding: 15px;
    border-radius: 0 0 8px 8px;
}

.grid-5-col { grid-template-columns: repeat(5, 1fr); }
.grid-6-col { grid-template-columns: repeat(6, 1fr); }
.grid-mixed { display: flex; }
.grid-mixed .large-item-container { flex: 0 0 370px; }

.grid-mixed .small-items-container {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.game-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.game-item img {
    display: block;
    width: 180px !important;
    height: 135px !important;
    object-fit: cover;
}

.game-item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65);
    color: white;
    text-align: center;
    padding: 8px 5px;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* === FOOTER STYLES === */
.content-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 20px;
}

.content-box {
    background-color: #0f2038;
    padding: 40px 60px;
    border-radius: 6px;
    color: #ffffff;
    line-height: 1.7;
    font-size: 15px;
}

.content-box h1 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}

.content-box h2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}

.content-box p {
    margin: 0 0 1em 0;
}

.content-box p strong {
    font-weight: 700;
}

.content-box ul {
    padding-left: 20px;
    margin: 0 0 1.5em 0;
}

.content-box li {
    margin-bottom: 12px;
}

.site-footer {
    padding-top: 20px;
    margin-top: 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-column h3 {
    color: #fbc625;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 10px;
}

.footer-column a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.footer-column a:hover {
    text-decoration: underline;
}

.copyright {
    text-align: center;
    margin-top: 30px;
    font-size: 13px;
}

.copyright p {
    color: #0f2038;
}

/* ==========================================================================
   Single Game Page Styles (play.html design)
   ========================================================================== */

/* Override body for single game pages */
body.single {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 20px;
    color: #333;
}

/* Container for single game */
body.single .container {
    max-width: 760px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Main content */
body.single .main-content {
    width: 100%;
}

/* Game header */
body.single .game-header h1 {
    font-size: 24px;
    color: #e51e25;
    margin: 0;
}

body.single .game-header p {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

/* Game player iframe */
body.single .game-player-wrapper {
    margin: 20px 0;
}

body.single .game-player {
    position: relative;
    width: 100%;
    padding-top: 75%;
}

body.single .game-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
}

/* Game controls */
body.single .game-controls {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

body.single .game-controls .btn {
    padding: 10px 20px;
    border: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    flex-grow: 1;
    text-align: center;
}

body.single .btn-share { background-color: #0d7377; }
body.single .btn-save { background-color: #bf2127; }
body.single .btn-replay { background-color: #e85a02; }
body.single .btn-fullscreen { background-color: #1e5ba9; }

/* Game info section */
body.single .game-info h2 {
    font-size: 20px;
    color: #e51e25;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
    margin-top: 20px;
}

body.single .game-info h3 {
    font-size: 18px;
    color: #333;
}

body.single .game-info p, 
body.single .game-info ul,
body.single .game-content p,
body.single .game-content ul {
    line-height: 1.6;
    font-size: 15px;
}

body.single .game-info ul,
body.single .game-content ul {
    list-style-type: disc;
    padding-left: 20px;
}

body.single .game-info ul li::marker,
body.single .game-content ul li::marker {
    color: #e51e25;
}

strong {
    font-weight: bold;
}

/* Comments section */
body.single .comments-section {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

body.single .comments-header {
    font-size: 22px;
    font-weight: bold;
    color: #343a40;
    margin: 0 0 20px 0;
}

body.single .comments-body {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    color: #6c757d;
    margin-bottom: 20px;
}

body.single .comments-body p:first-child {
    margin-top: 0;
}

body.single .comments-body .no-comments-text {
    color: #dc3545;
    font-weight: bold;
}

body.single .comment-form {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
}

/* Yorum Formu (play.html uyumlu, override) */
.single .comment-form {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    padding: 20px !important;
    border-radius: 5px !important;
    margin-top: 0 !important;
}
.single .comment-form h3 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 18px !important;
    color: #333 !important;
}
.single .form-group {
    margin-bottom: 15px !important;
}
.single .form-group label {
    display: block !important;
    margin-bottom: 5px !important;
    font-weight: bold !important;
    font-size: 14px !important;
}
.single .form-group input,
.single .form-group textarea {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    font-size: 15px !important;
    background: #fff !important;
    color: #333 !important;
}
.single .form-group input:focus,
.single .form-group textarea:focus {
    outline: 0 !important;
    border-color: #80bdff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
.single .form-group textarea {
    height: 120px !important;
    resize: vertical !important;
}
.single .form-buttons {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    margin-top: 20px !important;
}
.single .form-buttons button {
    padding: 10px 25px !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: bold !important;
    transition: background-color 0.2s !important;
}
.single .form-buttons .btn-submit {
    background-color: #28a745 !important;
    color: white !important;
}
.single .form-buttons .btn-submit:hover {
    background-color: #218838 !important;
}
.single .form-buttons .btn-clear {
    background-color: #6c757d !important;
    color: white !important;
}
.single .form-buttons .btn-clear:hover {
    background-color: #5a6268 !important;
}

/* Yorum Formu Kesin Override (single ve single-post) */
body.single .comment-form,
body.single-post .comment-form {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    padding: 20px !important;
    border-radius: 5px !important;
    margin-top: 0 !important;
}
body.single .comment-form h3,
body.single-post .comment-form h3 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 18px !important;
    color: #333 !important;
}
body.single .form-group,
body.single-post .form-group {
    margin-bottom: 15px !important;
}
body.single .form-group label,
body.single-post .form-group label {
    display: block !important;
    margin-bottom: 5px !important;
    font-weight: bold !important;
    font-size: 14px !important;
}
body.single .form-group input,
body.single-post .form-group input,
body.single .form-group textarea,
body.single-post .form-group textarea {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    font-size: 15px !important;
    background: #fff !important;
    color: #333 !important;
}
body.single .form-group input:focus,
body.single-post .form-group input:focus,
body.single .form-group textarea:focus,
body.single-post .form-group textarea:focus {
    outline: 0 !important;
    border-color: #80bdff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
body.single .form-group textarea,
body.single-post .form-group textarea {
    height: 120px !important;
    resize: vertical !important;
}
body.single .form-buttons,
body.single-post .form-buttons {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    margin-top: 20px !important;
}
body.single .form-buttons button,
body.single-post .form-buttons button {
    padding: 10px 25px !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: bold !important;
    transition: background-color 0.2s !important;
}
body.single .form-buttons .btn-submit,
body.single-post .form-buttons .btn-submit {
    background-color: #28a745 !important;
    color: white !important;
}
body.single .form-buttons .btn-submit:hover,
body.single-post .form-buttons .btn-submit:hover {
    background-color: #218838 !important;
}
body.single .form-buttons .btn-clear,
body.single-post .form-buttons .btn-clear {
    background-color: #6c757d !important;
    color: white !important;
}
body.single .form-buttons .btn-clear:hover,
body.single-post .form-buttons .btn-clear:hover {
    background-color: #5a6268 !important;
}

/* Categories and tags */
.categories-list,
.tags-list {
    margin: 10px 0;
}

.categories-list a,
.tags-list a {
    display: inline-block;
    background-color: #f0f0f0;
    color: #333;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}

.categories-list a:hover,
.tags-list a:hover {
    background-color: #e51e25;
    color: white;
}

/* Responsive Tasarım */
@media (max-width: 992px) {
    .content-box {
        padding: 30px 40px;
    }
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .grid-5-col { grid-template-columns: repeat(3, 1fr); }
    .grid-6-col { grid-template-columns: repeat(3, 1fr); }
    
    .game-item img {
        width: 140px !important;
        height: 105px !important;
    }
    
    .main-content {
        padding: 15px;
        margin: 10px;
    }
    
    .game-controls {
        flex-wrap: wrap;
    }
    
    .game-controls .btn {
        flex: 1 1 calc(50% - 5px);
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 20px 10px;
    }
    
    .content-box {
        padding: 20px;
    }

    .content-box h1 {
        font-size: 28px;
    }

    .content-box h2 {
        font-size: 22px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .grid-5-col { grid-template-columns: repeat(2, 1fr); }
    .grid-6-col { grid-template-columns: repeat(2, 1fr); }
    .grid-mixed { flex-direction: column; }
    .grid-mixed .large-item-container { flex: none; }
}

@media (max-width: 768px) {
    body.single {
        padding: 10px;
    }
    
    body.single .container {
        padding: 15px;
    }
    
    .single .game-controls {
        flex-wrap: wrap;
    }
    
    .single .game-controls .btn {
        flex-basis: calc(50% - 5px);
    }
}

/* OVERRIDE: Eski tema stillerini ezme - YÜKSEK ÖNCELİK */
body.single-post,
body.single {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    background-color: #f0f0f0 !important;
    margin: 0 !important;
    padding: 20px !important;
    color: #333 !important;
}

body.single-post .container,
body.single .container {
    max-width: 760px !important;
    background-color: #ffffff !important;
    padding: 20px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
    border-radius: 0 !important;
}

/* Game Header - YÜKSEK ÖNCELİK */
body.single-post .game-header h1,
body.single .game-header h1 {
    font-size: 24px !important;
    color: #e51e25 !important;
    margin: 0 !important;
    font-weight: bold !important;
}

body.single-post .game-header p,
body.single .game-header p {
    font-size: 16px !important;
    color: #666 !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
}

/* Game Player - YÜKSEK ÖNCELİK */
body.single-post .game-player-wrapper,
body.single .game-player-wrapper {
    margin: 20px 0 !important;
}

body.single-post .game-player,
body.single .game-player {
    position: relative !important;
    width: 100% !important;
    padding-top: 75% !important;
    background: transparent !important;
}

body.single-post .game-player iframe,
body.single .game-player iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
}

/* Game Controls - YÜKSEK ÖNCELİK */
body.single-post .game-controls,
body.single .game-controls {
    display: flex !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
    flex-wrap: nowrap !important;
}

body.single-post .game-controls .btn,
body.single .game-controls .btn {
    padding: 10px 20px !important;
    border: none !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: bold !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    flex-grow: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
}

body.single-post .btn-share,
body.single .btn-share { 
    background-color: #0d7377 !important; 
}

body.single-post .btn-save,
body.single .btn-save { 
    background-color: #bf2127 !important; 
}

body.single-post .btn-replay,
body.single .btn-replay { 
    background-color: #e85a02 !important; 
}

body.single-post .btn-fullscreen,
body.single .btn-fullscreen { 
    background-color: #1e5ba9 !important; 
}

/* Game Info - YÜKSEK ÖNCELİK */
body.single-post .game-info h2,
body.single .game-info h2 {
    font-size: 20px !important;
    color: #e51e25 !important;
    border-bottom: 2px solid #f0f0f0 !important;
    padding-bottom: 10px !important;
    margin-top: 20px !important;
    font-weight: bold !important;
}

body.single-post .game-info h3,
body.single .game-info h3 {
    font-size: 18px !important;
    color: #333 !important;
    margin-top: 15px !important;
    font-weight: bold !important;
}

body.single-post .game-info p,
body.single .game-info p,
body.single-post .game-info ul,
body.single .game-info ul {
    line-height: 1.6 !important;
    font-size: 15px !important;
    color: #333 !important;
}

/* Comments Section - YÜKSEK ÖNCELİK */
body.single-post .comments-section,
body.single .comments-section {
    margin-top: 40px !important;
    border-top: 1px solid #eee !important;
    padding-top: 20px !important;
}

body.single-post .comments-header,
body.single .comments-header {
    font-size: 22px !important;
    font-weight: bold !important;
    color: #343a40 !important;
    margin: 0 0 20px 0 !important;
}

body.single-post .comments-body,
body.single .comments-body {
    background-color: #f8f9fa !important;
    border: 1px solid #e9ecef !important;
    border-radius: 5px !important;
    padding: 20px !important;
    text-align: center !important;
    color: #6c757d !important;
    margin-bottom: 20px !important;
}

body.single-post .comment-form,
body.single .comment-form {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    padding: 20px !important;
    border-radius: 5px !important;
}

/* Responsive Override */
@media (max-width: 768px) {
    body.single-post,
    body.single {
        padding: 10px !important;
    }
    
    body.single-post .container,
    body.single .container {
        padding: 15px !important;
    }
    
    body.single-post .game-controls,
    body.single .game-controls {
        flex-wrap: wrap !important;
    }
    
    body.single-post .game-controls .btn,
    body.single .game-controls .btn {
        flex-basis: calc(50% - 5px) !important;
    }
}

/* Yorum Formu Tam Reset ve Play.html Uyumu */
body.single .comment-form,
body.single-post .comment-form {
    all: unset;
    display: block !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    padding: 20px !important;
    border-radius: 5px !important;
    margin-top: 0 !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
}
body.single .comment-form *,
body.single-post .comment-form * {
    all: unset;
    box-sizing: border-box !important;
    font-family: inherit !important;
}
body.single .comment-form h3,
body.single-post .comment-form h3 {
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 18px !important;
    color: #333 !important;
    font-weight: bold !important;
}
body.single .form-group,
body.single-post .form-group {
    display: block !important;
    margin-bottom: 15px !important;
}
body.single .form-group label,
body.single-post .form-group label {
    display: block !important;
    margin-bottom: 5px !important;
    font-weight: bold !important;
    font-size: 14px !important;
    color: #333 !important;
}
body.single .form-group input,
body.single-post .form-group input,
body.single .form-group textarea,
body.single-post .form-group textarea {
    display: block !important;
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    background: #fff !important;
    color: #333 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}
body.single .form-group textarea,
body.single-post .form-group textarea {
    height: 120px !important;
    resize: vertical !important;
}
body.single .form-buttons,
body.single-post .form-buttons {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    margin-top: 20px !important;
}
body.single .form-buttons button,
body.single-post .form-buttons button {
    padding: 10px 25px !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: bold !important;
    transition: background-color 0.2s !important;
    background: #28a745 !important;
    color: #fff !important;
}
body.single .form-buttons .btn-clear,
body.single-post .form-buttons .btn-clear {
    background-color: #6c757d !important;
}
body.single .form-buttons .btn-clear:hover,
body.single-post .form-buttons .btn-clear:hover {
    background-color: #5a6268 !important;
}
body.single .form-buttons .btn-submit,
body.single-post .form-buttons .btn-submit {
    background-color: #28a745 !important;
}
body.single .form-buttons .btn-submit:hover,
body.single-post .form-buttons .btn-submit:hover {
    background-color: #218838 !important;
}

/* Yorum Formu ve Parent Tam Reset (Kesin İzolasyon) */
body.single .comments-section,
body.single-post .comments-section,
body.single .comments-section *,
body.single-post .comments-section * {
    all: unset;
    box-sizing: border-box !important;
    font-family: inherit !important;
}
body.single .comments-section,
body.single-post .comments-section {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}
body.single .comment-form,
body.single-post .comment-form {
    display: block !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    padding: 20px !important;
    border-radius: 5px !important;
    margin-top: 0 !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
}
body.single .comment-form h3,
body.single-post .comment-form h3 {
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 18px !important;
    color: #333 !important;
    font-weight: bold !important;
}
body.single .form-group,
body.single-post .form-group {
    display: block !important;
    margin-bottom: 15px !important;
}
body.single .form-group label,
body.single-post .form-group label {
    display: block !important;
    margin-bottom: 5px !important;
    font-weight: bold !important;
    font-size: 14px !important;
    color: #333 !important;
}
body.single .form-group input,
body.single-post .form-group input,
body.single .form-group textarea,
body.single-post .form-group textarea {
    display: block !important;
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    background: #fff !important;
    color: #333 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}
body.single .form-group textarea,
body.single-post .form-group textarea {
    height: 120px !important;
    resize: vertical !important;
}
body.single .form-buttons,
body.single-post .form-buttons {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    margin-top: 20px !important;
}
body.single .form-buttons button,
body.single-post .form-buttons button {
    padding: 10px 25px !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: bold !important;
    transition: background-color 0.2s !important;
    background: #28a745 !important;
    color: #fff !important;
}