.community-main {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 25px;
    align-items: start;
}

.community-left {
    grid-column: span 7;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.community-time{
    margin-bottom: 10px;
}

.community-right {
    grid-column: span 5;
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: sticky;
    top: 25px;
}

.community-event-info-desc{
    background: hsl(0deg 0% 0% / 30%);
    margin-right: 15px;
    border-radius: 2px;
    padding: 5px 10px;
    margin-top: 6px;
    height: 47px;
    overflow: hidden;
}

.community-news .news-banner {
    height: 180px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin-top: 16px;
    border: 1px solid #0082dd;
}

.community-news .news-banner:first-child {
    margin-top: 0;
}

.events-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
}

.events-grid .event-row {
    display: flex;
    justify-content: space-between;
    background: #04192a;
    padding: 15px;
    border-radius: 10px;
    background-position: center;
    min-height: 120px;
    background-size: cover!important;
}

.discord-stats {
    display: flex;
    justify-content: space-around;
    margin: 15px 0;
    background: #04192a;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #003761;
}

.discord-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.discord-stat-value {
    font-size: 28px;
    font-weight: 700;
    color: #00aaff;
}

.discord-stat-label {
    font-size: 12px;
    color: #8bb9e8;
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .events-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .events-grid .event-row {
        flex-direction: column;
        min-height: 180px;
        background-size: inherit!important;
    }
    
    .events-grid .event-info {
        flex: 1;
    }
    
    .events-grid .event-time {
        margin-top: 10px;
        justify-content: center;
    }
    
    .community-right {
        position: sticky;
        top: 25px;
        height: fit-content;
    }
}

@media (max-width: 1199px) {
    .community-main {
        grid-template-columns: 1fr;
    }
    
    .community-left,
    .community-right {
        grid-column: span 1;
    }
    
    .community-right {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        grid-column: span 7 !important;
    }
    
    .community-rooms {
        grid-column: span 2;
    }
    
    .community-discord,
    .community-photos {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .events-grid .event-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .events-grid .event-time {
        justify-content: center;
    }
    
    .discord-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .community-right {
        grid-template-columns: 1fr;
    }
    
    .community-rooms,
    .community-discord,
    .community-photos {
        grid-column: span 1;
    }
}

@media (max-width: 576px) {
    .community-news .news-banner {
        height: 150px;
    }
    
    .events-grid .event-row {
        min-height: 140px;
    }
    
    .discord-stat-value {
        font-size: 24px;
    }
}

.news-main {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 25px;
    align-items: start;
}

.news-left {
    grid-column: span 8;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.news-right {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: sticky;
    top: 25px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 15px;
}

.news-grid .news-banner {
    height: 195px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    border: 1px solid #0082dd;
    background-size: inherit !important;
    background-position: right!important;
    image-rendering: pixelated;
}

.news-grid .news-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.8), transparent);
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.news-grid .news-overlay h3 {
    font-size: 14px;
    background: hsl(0deg 0% 0% / 60%);
    margin-right: 15px;
    border-radius: 2px;
    padding: 5px 10px;
    max-width: 100%;
}

.news-grid .news-overlay p {
    font-size: 14px;
    margin: 5px 0;
    background: hsl(0deg 0% 0% / 30%);
    margin-right: 15px;
    border-radius: 2px;
    padding: 5px 10px;
    margin-top: 6px;
    max-width: 100%;
    max-height: 68px;
    overflow: hidden;
}

.news-grid .news-overlay a {
    font-size: 14px;
    text-decoration: underline;
    background: hsl(0deg 0% 0% / 60%);
    margin-right: 15px;
    border-radius: 2px;
    padding: 5px 10px;
    position: absolute;
    bottom: 13px;
    right: 20px;
    width: 110px;
    text-align: center;
    color: #ffffff;
}

.news-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.pagination-page,
.pagination-current,
.pagination-ellipsis,
.pagination-next {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    background: #04192a;
    border: 1px solid #003761;
    border-radius: 6px;
    font-size: 14px;
    color: #c8e1ff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pagination-page:hover {
    background: #05243a;
    border-color: #006ab0;
    color: #00aaff;
}

.pagination-current {
    background: linear-gradient(to bottom, #0572b9 0%, #0572bb 50%, #004b7c 50%, #004c7d 100%);
    border: 1px solid #000;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.pagination-current:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #45b6ff;
    border-radius: 4px;
    pointer-events: none;
}

.pagination-ellipsis {
    background: transparent;
    border: none;
    color: #8bb9e8;
    cursor: default;
}

.pagination-next {
    background: linear-gradient(to bottom, #00b033 0%, #00b034 50%, #008926 50%, #008926 100%);
    border: 1px solid #000;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.pagination-next:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #00ff4f;
    border-radius: 4px;
    pointer-events: none;
}

.pagination-next:hover {
    opacity: 0.9;
}

.news-info-content {
    padding: 15px;
}

.news-info-title {
    font-size: 18px;
    color: #dedede;
    margin-bottom: 12px;
    font-weight: 600;
    text-align: center;
}

.news-info-desc {
    font-size: 14px;
    color: #c8e1ff;
    line-height: 1.5;
    margin-bottom: 15px;
}

.news-info-image {
    margin: 20px 0;
    text-align: center;
}

.news-info-img {
    height: 180px;
    border-radius: 8px;
    background: url(../imgs/imagen-promo-noticias.png);
    background-repeat: no-repeat;
    image-rendering: pixelated;
    margin: 0 auto;
    max-width: 100%;
    background-position: center;
}

.news-info-footer {
    text-align: center;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #003761;
    color: #8bb9e8;
    font-style: italic;
    font-size: 14px;
}

.news-popular-list {
    margin-top: 15px;
}

.news-popular-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #04192a;
    border-radius: 8px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    border: 1px solid transparent;
}

.news-popular-item:hover {
    background: #05243a;
    border-color: #003761;
}

.news-popular-number {
    width: 32px;
    height: 32px;
    background: linear-gradient(to bottom, #0572b9 0%, #0572bb 50%, #004b7c 50%, #004c7d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #000;
    position: relative;
}

.news-popular-number:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #45b6ff;
    border-radius: 50%;
    pointer-events: none;
}

.news-popular-content {
    flex: 1;
}

.news-popular-content h4 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 4px;
    font-weight: 600;
}

.news-popular-content span {
    font-size: 12px;
    color: #8bb9e8;
}

@media (max-width: 1199px) {
    .news-main {
        grid-template-columns: 1fr;
    }
    
    .news-left,
    .news-right {
        grid-column: span 1;
    }
    
    .news-right {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        grid-column: span 8!important;
    }
    
    .news-info {
        grid-column: span 2;
    }
    
    .news-popular {
        grid-column: span 2;
    }
}

@media (max-width: 992px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
    
    .news-grid .news-banner {
        height: 200px;
        background-size: cover!important;
    }
}

@media (max-width: 768px) {
    .news-pagination {
        gap: 5px;
    }
    
    .pagination-page,
    .pagination-current,
    .pagination-ellipsis,
    .pagination-next {
        min-width: 32px;
        height: 32px;
        padding: 0 8px;
        font-size: 13px;
    }
    
    .news-right {
        grid-template-columns: 1fr;
    }
    
    .news-info,
    .news-popular {
        grid-column: span 1;
    }
}

@media (max-width: 576px) {
    .news-grid .news-banner {
        height: 180px;
        background-size: inherit !important;
    }
    
    .news-grid .news-overlay h3 {
        font-size: 16px;
    }
    
    .news-grid .news-overlay p {
        font-size: 13px;
    }
    
    .news-grid .news-overlay a {
        font-size: 13px;
        width: 90px;
        bottom: 10px;
        right: 15px;
    }
    
    .news-info-title {
        font-size: 16px;
    }
    
    .news-info-desc {
        font-size: 13px;
    }
    
    .news-info-img {
        height: 150px;
    }
}
.news-single-main {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 25px;
    align-items: start;
}

.news-single-left {
    grid-column: span 8;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.news-single-right {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: sticky;
    top: 25px;
}

.news-single-banner {
    height: 300px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin-top: 16px;
    border: 1px solid #0082dd;
    background-size: cover !important;
    background-position: center !important;
    image-rendering: pixelated;
}

.news-single-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,.5));
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.news-single-title {
    font-size: 28px;
    background: hsl(0deg 0% 0% / 60%);
    margin-right: 15px;
    border-radius: 2px;
    padding: 10px 15px;
    max-width: 100%;
    color: #fff;
    font-weight: 700;
}

.news-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.news-single-date,
.news-single-author,
.news-single-views {
    background: hsl(0deg 0% 0% / 60%);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    color: #c8e1ff;
}

.news-single-content {
    padding: 25px 0;
    font-size: 16px;
    line-height: 1.7;
    color: #e9f4ff;
}

.news-single-content h2 {
    font-size: 22px;
    color: #00aaff;
    margin: 25px 0 15px;
    font-weight: 600;
    border-bottom: 2px solid #003761;
    padding-bottom: 8px;
}

.news-single-content h3 {
    font-size: 18px;
    color: #00aaff;
    margin: 20px 0 12px;
    font-weight: 600;
}

.news-single-content p {
    margin-bottom: 15px;
}

.news-single-content ul,
.news-single-content ol {
    margin: 15px 0 15px 25px;
}

.news-single-content li {
    margin-bottom: 8px;
    padding-left: 8px;
}

.news-single-content strong {
    color: #00ff4f;
    font-weight: 600;
}

.news-single-image {
    margin: 25px 0;
    text-align: center;
}

.news-single-img {
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    border: 1px solid #006ab0;
    image-rendering: pixelated;
    margin: 0 auto;
    max-width: 100%;
}

.news-single-caption {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #8bb9e8;
    font-style: italic;
}

.news-single-info {
    background: #04192a;
    border-left: 4px solid #00aaff;
    padding: 15px;
    border-radius: 8px;
    margin: 25px 0;
}

.comment-form-content {
    padding: 16px 2px 5px 5px;
}

.comment-user-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #003761;
}

.comment-user-avatar {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    border: 2px solid #00aaff;
    image-rendering: pixelated;
}

.comment-user-data {
    display: flex;
    flex-direction: column;
}

.comment-user-name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.comment-user-rank {
    font-size: 12px;
    color: #00ff4f;
    background: rgba(0, 150, 220, 0.2);
    padding: 2px 8px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 3px;
}

.comment-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.comment-textarea {
    width: 100%;
    min-height: 70px;
    padding: 15px;
    background: #04192a;
    border: 1px solid #003761;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    resize: vertical;
}

.comment-textarea:focus {
    outline: none;
    border-color: #00aaff;
    box-shadow: 0 0 0 2px rgba(0, 170, 255, 0.2);
}

.btn-comment-submit {
    position: relative;
    padding: 12px 24px;
    color: #fff;
    background: linear-gradient(to bottom, #00b033 0%, #00b034 50%, #008926 50%, #008926 100%);
    border: 2px solid #000000;
    border-radius: 7px;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    font-size: 14px;
}

.btn-comment-submit:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #00ff4f;
    border-radius: 4px;
    pointer-events: none;
}

.btn-comment-submit:hover {
    opacity: 0.9;
}

.comments-list {
    margin-top: 15px;
}

.comment-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: #04192a;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.comment-item:hover {
    border-color: #003761;
}

.comment-left {
    flex-shrink: 0;
}

.comment-avatar {
    width: 60px;
    height: 56px;
    background-position: -3px -15px;
    border-radius: 6px;
    border: 1px solid #006ab0;
    image-rendering: pixelated;
}

.comment-right {
    flex: 1;
}

.comment-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.comment-author {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.comment-badge {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #0572b9 0%, #0572bb 50%, #004b7c 50%, #004c7d 100%);
    color: #fff;
    border: 1px solid #000;
    position: relative;
}

.comment-badge:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #45b6ff;
    border-radius: 10px;
    pointer-events: none;
}

.comment-time {
    font-size: 12px;
    color: #8bb9e8;
}

.comment-content {
    font-size: 14px;
    line-height: 1.5;
    color: #c8e1ff;
    margin-bottom: 10px;
}

.comment-actions {
    display: flex;
    gap: 15px;
}

.comment-reply,
.comment-like {
    font-size: 12px;
    color: #00aaff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.comment-reply:hover,
.comment-like:hover {
    color: #00ff4f;
}

.comment-reply-item {
    display: flex;
    gap: 12px;
    padding: 12px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    margin-top: 12px;
    border-left: 3px solid #00aaff;
}

.comments-more {
    text-align: center;
    margin-top: 15px;
}

.btn-comments-more {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(to bottom, #0572b9 0%, #0572bb 50%, #004b7c 50%, #004c7d 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #000;
    position: relative;
}

.btn-comments-more:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #45b6ff;
    border-radius: 4px;
    pointer-events: none;
}

.btn-comments-more:hover {
    opacity: 0.9;
}


@media (max-width: 1199px) {
    .news-single-main {
        grid-template-columns: 1fr;
    }
    
    .news-single-left,
    .news-single-right {
        grid-column: span 1;
    }
    
    .news-single-right {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        grid-column: span 8!important;
    }
    
    .news-comment-form {
        grid-column: span 2;
    }
    
    .news-comments {
        grid-column: span 2;
    }

}

@media (max-width: 992px) {
    .news-single-banner {
        height: 250px;
    }
    
    .news-single-title {
        font-size: 24px;
    }
    
    .news-single-content {
        font-size: 15px;
    }
    
    .news-single-content h2 {
        font-size: 20px;
    }
    
    .news-single-content h3 {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .news-single-right {
        grid-template-columns: 1fr;
    }
    
    .news-comment-form,
    .news-comments {
        grid-column: span 1;
    }
    
    
    .news-single-nav {
        width: 100%;
        justify-content: space-between;
    }
    
    .news-single-img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .news-single-banner {
        height: 200px;
    }
    
    .news-single-title {
        font-size: 20px;
        padding: 8px 12px;
    }
    
    .news-single-meta {
        flex-direction: column;
        gap: 8px;
    }
    
    .news-single-content {
        font-size: 14px;
    }
    
    .news-single-content h2 {
        font-size: 18px;
    }
    
    .news-single-content h3 {
        font-size: 16px;
    }
    
    .news-single-img {
        height: 160px;
    }
    
    .comment-item {
        flex-direction: column;
    }
    
    .comment-left {
        align-self: flex-start;
    }
    
    .comment-reply-item {
        flex-direction: column;
    }
}
.staff-main {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 25px;
    align-items: start;
}

.staff-selector {
    grid-column: span 12;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.staff-tabs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.staff-tab {
    flex: 1;
    padding: 12px 20px;
    background: #04192a;
    border: 1px solid #003761;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    color: #c8e1ff;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.2s ease;
}

.staff-tab:hover {
    background: #05243a;
    border-color: #006ab0;
    color: #00aaff;
}

.staff-tab.active {
    background: linear-gradient(to bottom, #0572b9 0%, #0572bb 50%, #004b7c 50%, #004c7d 100%);
    border: 1px solid #000;
    color: #fff;
    position: relative;
}

.staff-tab.active:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #45b6ff;
    border-radius: 4px;
    pointer-events: none;
}

.staff-left {
    grid-column: span 8;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.staff-right {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: sticky;
    top: 25px;
}

.staff-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 15px;
}

.staff-member {
    background: url(../imgs/back-staff.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    image-rendering: pixelated;
    border-radius: 10px;
    border: 1px solid #003761;
    display: flex;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 185px;
    width: 100%;
    cursor: pointer;
}

.staff-member:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 150, 220, 0.2);
}

.staff-member-left {
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #003761;
    flex: 0 0 auto;
}

.staff-look {
    width: 64px;
    height: 135px;
    background: url(../imgs/banner-user.png);
    background-size: cover;
    background-position: center;
    image-rendering: pixelated;
    border-radius: 8px;
    border: 1px solid #006ab0;
    position: relative;
}

.staff-look > div {
    width: 64px;
    height: 110px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.staff-member-right {
    flex: 1;
    padding: 9px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
}

.staff-status {
    font-size: 13px;
    padding: 1px 6px;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.staff-status-online {
    background: url(../imgs/on.png);
    width: 15px;
    height: 15px;
    margin-right: 7px;
    margin-top: 2px;
    background-size: contain;
}

.staff-status-offline {
    background: url(../imgs/off.png);
    width: 15px;
    height: 15px;
    margin-right: 7px;
    margin-top: 2px;
    background-size: contain;
}

.staff-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.staff-info-item {
    border-radius: 2px;
    padding: 4px 5px;
    border: 1px solid rgb(0 101 144);
    background: linear-gradient(180deg, rgb(0 32 58 / 60%) 38%, rgb(0 149 208) 96%);
}

.staff-info-item-motto {
    border-radius: 2px;
    padding: 5px 5px;
    border: 1px solid rgb(0 55 113);
    background: #000c1e;
}

.staff-info-label-motto {
    font-size: 11px;
    color: #8bb9e8;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.staff-info-value-name {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background: rgb(0 0 0 / 70%);
    border-radius: 3px;
    padding: 4px 10px;
    border: 1px solid rgb(0 101 144);
}

.staff-plates {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px;
}

.staff-plate {
    width: 55px;
    height: 55px;
    background: url(../imgs/badge.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.staff-plate img {
    max-width: 45px;
    max-height: 45px;
}

.staff-info-content {
    padding: 15px;
}

.staff-info-title {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: 600;
    text-align: center;
}

.staff-info-desc {
    font-size: 15px;
    color: #c8e1ff;
    line-height: 1.5;
    margin-bottom: 15px;
}

.staff-info-image {
    margin: 20px 0;
    text-align: center;
}

.staff-info-img {
    height: 313px;
    border-radius: 8px;
    background: url(../imgs/promo-staff.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    image-rendering: pixelated;
    margin: 0 auto;
    max-width: 100%;
}

.staff-info-footer {
    text-align: center;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #003761;
}

.staff-info-footer p {
    font-size: 13px;
    color: #8bb9e8;
    margin-bottom: 15px;
    font-style: italic;
}

.btn-staff-apply {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(to bottom, #00b033 0%, #00b034 50%, #008926 50%, #008926 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #000;
    position: relative;
}

.btn-staff-apply:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #00ff4f;
    border-radius: 4px;
    pointer-events: none;
}

.btn-staff-apply:hover {
    opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
    .staff-main {
        grid-template-columns: 1fr;
    }
    
    .staff-selector {
        grid-column: 1;
    }
    
    .staff-left,
    .staff-right {
        grid-column: 1;
        grid-column: span 12!important;
    }
    
    .staff-right {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .staff-info {
        grid-column: span 2;
    }
}

@media (max-width: 992px) {
    .staff-grid {
        grid-template-columns: 1fr;
    }
    
    .staff-member {
        flex-direction: row;
        min-height: 160px;
    }
    
    .staff-member-left {
        border-right: 1px solid #003761;
        border-bottom: none;
        flex: 0 0 auto;
    }
    
    .staff-look {
        width: 60px;
        height: 120px;
    }
    
    .staff-look > div {
        width: 60px;
        height: 100px;
    }
}

@media (max-width: 768px) {
    .staff-tabs {
        flex-direction: column;
    }
    
    .staff-right {
        grid-template-columns: 1fr;
    }
    
    .staff-info {
        grid-column: 1;
    }
    
    .staff-info-img {
        height: 313px;
    }
    
    .staff-member {
        min-height: 140px;
    }
    
    .staff-look {
        width: 50px;
        height: 100px;
    }
    
    .staff-look > div {
        width: 50px;
        height: 80px;
    }
    
    .staff-plate {
        width: 45px;
        height: 45px;
    }
    
    .staff-plate img {
        max-width: 35px;
        max-height: 35px;
    }
}

@media (max-width: 576px) {
    .staff-member {
        flex-direction: column;
        min-height: auto;
    }
    
    .staff-member-left {
        border-right: none;
        border-bottom: 1px solid #003761;
        padding: 10px;
        width: 100%;
        justify-content: center;
    }
    
    .staff-look {
        width: 70px;
        height: 130px;
    }
    
    .staff-look > div {
        width: 70px;
        height: 110px;
    }
    
    .staff-member-right {
        padding: 15px;
    }
    
    .staff-info-img {
        height: 313px;
    }
    
    .staff-info-title {
        font-size: 16px;
    }
    
    .staff-info-desc {
        font-size: 14px;
    }
    
    .staff-plates {
        justify-content: center;
    }
}

@media (max-width: 400px) {
    .staff-look {
        width: 60px;
        height: 110px;
    }
    
    .staff-look > div {
        width: 60px;
        height: 90px;
    }
    
    .staff-info-img {
        height: 160px;
    }
    
    .staff-plate {
        width: 40px;
        height: 40px;
    }
    
    .staff-plate img {
        max-width: 30px;
        max-height: 30px;
    }
}