.l2-countdown-box {
    background-color: #1a1a1a;
    border: 1px solid #3d3d3d;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 25px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to top, #1a1a1a 0%, #292929 100%);
}

.countdown-title {
    color: #ffcc00;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-shadow: 0 0 5px rgba(255, 204, 0, 0.5);
}

.countdown-date-time {
    color: #b0b0b0;
    font-size: 14px;
    margin-bottom: 20px;
}

.countdown-display {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.countdown-segment {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.countdown-value {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}

.countdown-label {
    font-size: 12px;
    color: #ffcc00;
    text-transform: uppercase;
    margin-top: 5px;
}

.countdown-separator {
    font-size: 40px;
    color: #3d3d3d;
    margin: 0 10px;
    font-weight: 300;
}

.countdown-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #5d0000;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #ffcc00;
    border-radius: 3px;
    transition: background-color 0.3s, border-color 0.3s;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.countdown-button:hover {
    background-color: #7d0000;
    border-color: #ffffff;
}

.l2-download-page {
    padding: 20px;
}

.l2-section-title {
    font-size: 24px;
    color: #ffcc00;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px solid #3d3d3d;
    padding-bottom: 5px;
    text-align: center;
    text-shadow: 0 0 3px rgba(255, 204, 0, 0.3);
}

.l2-download-container {
    background-color: #1a1a1a;
    border: 1px solid #3d3d3d;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 30px;
}

.l2-download-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #2a2a2a;
}

.l2-download-item:last-of-type {
    border-bottom: none;
}

.item-label {
    color: #b0b0b0;
    font-size: 14px;
    flex-basis: 45%;
    padding-right: 15px;
}

.item-links {
    text-align: right;
    flex-basis: 55%;
}

.download-link {
    text-decoration: none;
    font-weight: bold;
    transition: color 0.2s;
}

.main-link {
    color: #FFF700;
}

.mirror-link {
    color: #7d7d7d;
}

.primary-link {
    color: #FF5733;
    border-bottom: 1px dotted #FF5733;
}

.download-link:hover {
    color: #ffffff;
}

.mirror-row {
    padding-top: 0;
}
.mirror-row .item-label {
    padding-top: 0;
}

.l2-separator {
    border: none;
    border-top: 1px solid #3d3d3d;
    margin: 30px 0;
}

.l2-instruction-box {
    border-left: 3px solid #ffcc00;
    padding: 10px 20px;
    margin-bottom: 20px;
    background-color: #1a1a1a;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.instruction-heading {
    font-weight: bold;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
}

.green-text { color: #0CEE1A; }
.important-text { color: #ff5733; }
.blue-text { color: #0596D1; }

.highlight-yellow { color: #FFF700; font-weight: bold; }
.highlight-brown { color: #785350; font-weight: bold; }
.highlight-blue { color: #0596D1; font-weight: bold; }


.l2-folder-view {
    text-align: center;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #3d3d3d;
    background-color: #151515;
}

.l2-folder-view img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
    border: 1px solid #5d5d5d;
}

.l2-notes {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
}

.l2-notes li {
    background-color: #1a1a1a;
    padding: 8px 15px;
    margin-bottom: 8px;
    border-left: 2px solid #7d7d7d;
    color: #b0b0b0;
    font-size: 13px;
}

.supported-os {
    text-align: center;
    padding: 10px;
    border: 1px solid #7d7d7d;
    color: #ffffff;
    background-color: #252525;
    margin-top: 20px;
}

.l2j-reg-page {
    padding: 20px;
    color: #c0c0c0;
}

.l2j-registration-form {
    max-width: 450px;
    margin: 0 auto;
}

.l2j-form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.l2j-form-group label {
    font-weight: bold;
    color: #ffffff;
    flex-basis: 40%;
    text-align: left;
}

.l2j-input-wrapper {
    flex-basis: 60%;
}

.l2j-form-group input[type="text"],
.l2j-form-group input[type="password"] {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #3d3d3d;
    background-color: #151515;
    color: #FFF700;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
}

.l2j-form-group input:focus {
    border-color: #ffcc00;
    outline: none;
}

.l2j-note {
    text-align: center;
    margin: 20px 0;
    font-size: 13px;
}

.note-highlight {
    color: #FFF700;
}

.l2j-rules-agreement {
    text-align: center;
    margin-bottom: 25px;
    font-size: 14px;
}

.l2j-rules-agreement a {
    color: #ffcc00;
    text-decoration: none;
    font-weight: bold;
}

.l2j-rules-agreement a:hover {
    text-decoration: underline;
}

.l2j-submit-group {
    text-align: center;
}

.l2j-submit-button {
    padding: 10px 30px;
    background-color: #5d0000;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #ffcc00;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.l2j-submit-button:hover {
    background-color: #7d0000;
    border-color: #ffffff;
}

.l2j-error-box {
    background-color: #3d0000;
    border: 1px solid #ff5733;
    color: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}

.error-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    color: #ffcc00;
    text-transform: uppercase;
}

.l2j-success-box {
    text-align: center;
    max-width: 500px;
    margin: 20px auto;
    padding: 30px;
    background-color: #1a1a1a;
    border: 1px solid #0CEE1A;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(12, 238, 26, 0.4);
    color: #c0c0c0;
}

.success-title {
    font-size: 24px;
    font-weight: bold;
    color: #0CEE1A;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.l2j-account-info {
    max-width: 350px;
    margin: 0 auto;
    border: 1px dashed #3d3d3d;
    padding: 15px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px dotted #2a2a2a;
}

.info-row:last-child {
    border-bottom: none;
}

.info-label {
    font-weight: bold;
    color: #ffffff;
}

.info-value {
    color: #FFF700;
}

#showpass.hidden-pass {
    display: none;
    color: #FFF700;
}

.email-note {
    font-style: italic;
    margin: 15px 0;
}

.login-link-box {
    margin-top: 20px;
}

.l2j-login-link {
    color: #ffcc00;
    text-decoration: none;
    font-weight: bold;
}

.l2j-login-link:hover {
    text-decoration: underline;
}

.inside {
    padding: 20px 30px;
}

.l2j-rules-content {
    font-size: 14px;
    color: #c0c0c0;
}

.l2j-rules-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.l2j-rules-list li {
    position: relative;
    padding: 0 0 10px 25px;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #c0c0c0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.l2j-rules-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.l2j-rules-list li::before {
    content: '\2726';
    color: #ff6600;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.l2j-rules-highlight {
    color: #ffffff;
    font-weight: bold;
}

.l2j-rules-disclaimer {
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
    color: #ffcc00;
    font-size: 14px;
    padding: 10px;
    border: 1px dashed #ffcc00;
    background-color: rgba(255, 102, 0, 0.1);
}

.l2j-info-content {
    color: #c0c0c0;
    line-height: 1.6;
}

.l2j-info-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffcc00;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}

.l2j-info-map-link {
    display: block;
    text-align: center;
    color: #ff6600;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 20px;
}

.l2j-spec-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 30px 0;
    border: 1px solid #2a2a2a;
    background-color: #1a1a1a;
    border-radius: 4px;
}

.l2j-spec-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
    border-bottom: 1px dashed #2a2a2a;
}

.l2j-spec-list li:last-child {
    border-bottom: none;
}

.l2j-info-section {
    margin-bottom: 25px;
    padding: 10px 15px;
    background-color: #1a1a1a;
    border-left: 3px solid #ffcc00;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.l2j-info-section p {
    margin: 5px 0 0 0;
    padding: 0;
}

.l2j-info-subheader {
    font-size: 16px;
    font-weight: bold;
    color: #ababab;
    border-bottom: 1px dotted #3d3d3d;
    padding-bottom: 5px;
    margin: 30px 0 15px 0;
}

.l2j-event-list,
.l2j-novelties-list {
    list-style: none;
    padding: 0 0 0 10px;
}

.l2j-event-list li,
.l2j-novelties-list li {
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
}

.l2j-event-list li::before,
.l2j-novelties-list li::before {
    content: '\2022';
    color: #ff6600;
    font-size: 16px;
    position: absolute;
    left: -5px;
    top: 0;
}

.l2j-info-key {
    font-weight: bold;
    color: #ff6600;
    display: inline-block;
    min-width: 150px;
}

.l2j-info-value {
    color: #c0c0c0;
}

.highlight-yellow {
    color: #FFF700;
    font-weight: bold;
}

.l2j-info-notes {
    padding: 15px;
    border: 1px solid #3d3d3d;
    background-color: #1a1a1a;
    border-radius: 3px;
    margin-top: 25px;
    font-style: italic;
}

.l2j-info-disclaimer {
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
    color: #7d7d7d;
}

.l2j-info-ps {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    padding: 10px 0;
}

.l2j-contact-content {
    color: #c0c0c0;
    line-height: 1.6;
    padding-top: 10px;
}

.l2j-contact-content p {
    margin-bottom: 20px;
}

.l2j-contact-list {
    list-style: none;
    padding: 0;
}

.l2j-contact-list li {
    padding: 15px 0;
    border-bottom: 1px dashed #2a2a2a;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.l2j-contact-list li:last-child {
    border-bottom: none;
}

.l2j-contact-key {
    font-weight: bold;
    color: #ff6600;
    display: inline-block;
    min-width: 80px;
    margin-right: 15px;
}

.l2j-contact-value {
    font-weight: bold;
    color: #ffffff;
    margin-right: 20px;
    text-decoration: none;
}

.l2j-contact-action {
    color: #00b0f0;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.2s;
}

.l2j-contact-action:hover {
    color: #ffffff;
    text-decoration: underline;
}

.l2j-contact-person {
    color: #ECFF07;
    font-weight: bold;
    font-size: 13px;
    margin-left: 5px;
}

.l2j-contact-note {
    font-size: 12px;
    color: #7d7d7d;
    margin-left: auto;
    font-style: italic;
}

.l2j-contact-discord {
    text-align: center;
    justify-content: center;
    color: #7289DA;
    font-size: 14px;
    padding-top: 20px !important;
}

.l2j-contact-discord p {
    margin: 5px 0 0 0;
}

.l2j-account-panel {
    text-align: center;
    color: #c0c0c0;
    padding-top: 20px;
}

.l2j-announcement {
    background-color: #5d0000;
    color: #ffffff;
    padding: 10px 15px;
    margin-bottom: 30px;
    border: 1px solid #ffcc00;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
}

.l2j-announcement-note {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #dddddd;
    margin-top: 5px;
}

.l2j-welcome-block {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.5;
}

.l2j-username-big {
    color: #0CEE1A;
    font-weight: bold;
}

.l2j-balance-info {
    margin-top: 10px;
    font-size: 16px;
}

.l2j-gc-value-big {
    color: #FFF700;
    font-weight: bold;
    text-decoration: underline;
}

.l2j-action-list {
    list-style: none;
    padding: 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px auto;
}

.l2j-action-list li {
    margin-bottom: 10px;
}

.l2j-action-link {
    display: block;
    background-color: #1a1a1a;
    color: #ada695;
    padding: 10px 15px;
    text-decoration: none;
    border-left: 5px solid transparent;
    border-radius: 4px;
    text-align: left;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
}

.l2j-action-link:hover {
    background-color: #2a2a2a;
    color: #ffffff;
    border-left-color: #ff6600;
}

.l2j-action-details {
    font-size: 12px;
    font-weight: normal;
    color: #7d7d7d;
    margin-left: 5px;
}

.l2j-action-separator {
    border-top: 1px dotted #3d3d3d;
    padding-top: 15px;
    margin-top: 15px;
}

.l2j-action-highlight {
    color: #ffcc00;
    border: 1px solid #ffcc00;
}

.l2j-action-highlight:hover {
    color: #1a1a1a;
    background-color: #ffcc00;
    border-left-color: #5d0000;
}

.l2j-action-admin {
    margin-top: 30px;
    border-top: 1px solid #ff0000;
    padding-top: 15px;
}

.l2j-action-highlight-admin {
    border: 2px solid #ff0000;
    color: #ff0000;
    text-align: center;
}

.l2j-action-highlight-admin:hover {
    background-color: #ff0000;
    color: #ffffff;
    border-color: #ffffff;
    border-left-color: #ffffff;
}

.l2j-transfer-panel {
    color: #c0c0c0;
    padding-top: 15px;
    max-width: 600px;
    margin: 0 auto;
}

.l2j-message-success,
.l2j-message-error {
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
}

.l2j-message-success {
    background-color: rgba(12, 238, 26, 0.1);
    border: 1px solid #0CEE1A;
    color: #0CEE1A;
}

.l2j-message-error {
    background-color: rgba(255, 0, 0, 0.1);
    border: 1px solid #ff0000;
    color: #ff0000;
}

.l2j-message-center {
    margin: 30px auto;
}

.l2j-form-transfer {
    background-color: #1a1a1a;
    padding: 20px;
    border-radius: 4px;
}

.l2j-form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #2a2a2a;
}

.l2j-form-row:last-of-type {
    border-bottom: none;
}

.l2j-form-row label {
    font-weight: bold;
    color: #ff6600;
    width: 30%;
    text-align: left;
    min-width: 120px;
}

.l2j-form-input {
    width: 65%;
    text-align: right;
}

.l2j-select-field,
.l2j-input-field {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #3d3d3d;
    background-color: #111111;
    color: #FFF700;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 13px;
}

.l2j-input-center {
    text-align: center;
}

.l2j-form-display-value {
    font-weight: bold;
    font-size: 14px;
}

.l2j-form-highlight-green {
    color: #0CEE1A;
}

.highlight-orange {
    color: #ff6600;
    font-weight: bold;
}

.l2j-transfer-details {
    text-align: center;
    margin: 30px 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #2a2a2a;
}

.l2j-transfer-details p {
    font-size: 14px;
    margin-bottom: 15px;
}

.l2j-submit-container {
    text-align: center;
    margin-top: 20px;
}

.l2j-submit-button {
    background-color: #5d0000;
    color: #ffffff;
    border: 1px solid #ffcc00;
    border-radius: 3px;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.l2j-submit-button:hover {
    background-color: #7d0000;
}

.l2j-twitch-panel {
    color: #c0c0c0;
    line-height: 1.6;
    padding-top: 20px;
}

.l2j-twitch-info {
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
}

.l2j-twitch-info p {
    margin: 15px 0;
}

.l2j-twitch-logo-link {
    display: block;
    margin-bottom: 20px;
}

.l2j-twitch-logo {
    max-width: 100%;
    height: auto;
    opacity: 0.8;
}

.l2j-twitch-link {
    font-weight: bold;
    text-decoration: none;
    transition: color 0.2s;
}

.l2j-twitch-link.highlight-yellow {
    color: #ECFF07;
}

.l2j-twitch-link:hover {
    color: #ff6600;
    text-decoration: underline;
}

.l2j-twitch-stream-embed {
    text-align: center;
    margin: 0 auto;
}

.l2j-paysera-panel {
    text-align: center;
    color: #c0c0c0;
    padding-top: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.l2j-message-announcement {
    background-color: rgba(93, 0, 0, 0.5);
    color: #ffcc00;
    padding: 10px 15px;
    margin-bottom: 25px;
    border: 1px solid #ff6600;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
}

.l2j-donation-prompt {
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: bold;
}

.l2j-donation-form {
    background-color: #1a1a1a;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.l2j-form-group {
    margin-bottom: 25px;
}

.l2j-form-label {
    display: block;
    text-align: left;
    margin-bottom: 8px;
    font-weight: bold;
    color: #ff6600;
}

.l2j-select-field {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #3d3d3d;
    background-color: #111111;
    color: #FFF700;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
    appearance: none;
    cursor: pointer;
}

.l2j-select-field option {
    background-color: #111111;
    color: #FFF700;
    padding: 5px;
}


.l2j-submit-donate {
    background-color: #ff6600;
    color: #ffffff;
    border: 1px solid #ffcc00;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.2s, border-color 0.2s;
}

.l2j-submit-donate:hover {
    background-color: #ff8800;
    border-color: #ffffff;
}

.l2j-submit-container {
    text-align: center;
    margin-top: 15px;
}

.l2j-paypal-panel {
    text-align: center;
    color: #c0c0c0;
    padding-top: 20px;
    max-width: 450px;
    margin: 0 auto;
}

.l2j-paypal-form-wrapper {
    background-color: #1a1a1a;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 25px;
}

.l2j-donation-prompt p {
    font-size: 14px;
    margin-bottom: 15px;
}

.l2j-paypal-select-container {
    margin-bottom: 20px;
}

.l2j-paypal-select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #3d3d3d;
    background-color: #111111;
    color: #FFF700;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 15px;
    cursor: pointer;
}

.l2j-paypal-footer-note {
    font-size: 12px;
    color: #888888;
    margin-top: 15px;
    font-style: italic;
}

#paypal-button-container {
    text-align: center;
}

#paypal-button-container h3 {
    margin: 15px 0;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
}
#paypal-button-container h3:contains("Thank you") {
    background-color: rgba(12, 238, 26, 0.2);
    color: #0CEE1A;
}
#paypal-button-container h3:contains("Ups") {
    background-color: rgba(255, 0, 0, 0.2);
    color: #ff0000;
}

.l2j-twitch-settings-panel {
    text-align: center;
    color: #c0c0c0;
    padding-top: 20px;
    max-width: 550px;
    margin: 0 auto;
}

.l2j-message-center {
    margin-bottom: 25px;
}

.l2j-twitch-logo-container {
    margin-bottom: 30px;
}

.l2j-twitch-logo-small {
    max-width: 150px;
    height: auto;
    opacity: 0.8;
}

.l2j-twitch-status-inactive p {
    margin-bottom: 20px;
    font-size: 14px;
}

.l2j-twitch-add-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #1a1a1a;
    border-radius: 4px;
}

.l2j-twitch-add-form .l2j-input-field {
    width: 60%;
    min-width: 180px;
}

.l2j-twitch-add-form .l2j-submit-button {
    width: 40%;
    min-width: 100px;
}

.l2j-twitch-status-active {
    padding: 20px;
    background-color: #1a1a1a;
    border-radius: 4px;
}

.l2j-twitch-status-active p {
    margin-bottom: 15px;
    font-size: 14px;
}

.l2j-twitch-title-display {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px 0;
    border-bottom: 1px dashed #3a3a3a;
}

.l2j-twitch-embed-container {
    margin: 20px 0;
}

.l2j-remove-form {
    margin: 20px 0;
}

.l2j-submit-delete {
    background-color: #4a0000;
    color: #ffcccc;
    border: 1px solid #ff0000;
}

.l2j-submit-delete:hover {
    background-color: #6a0000;
}

.l2j-note {
    font-size: 12px;
    color: #888888;
    margin: 15px 0;
    font-style: italic;
}

.l2j-note-small {
    max-width: 80%;
    margin: 15px auto;
}

.highlight-yellow {
    color: #ECFF07;
}

.l2j-password-change-panel {
    color: #c0c0c0;
    padding-top: 20px;
    max-width: 450px;
    margin: 0 auto;
}

.l2j-form-standard {
    background-color: #1a1a1a;
    padding: 20px;
    border-radius: 4px;
}

.l2j-form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #2a2a2a;
}

.l2j-form-row label {
    font-weight: bold;
    color: #ff6600;
    width: 45%;
    text-align: left;
}

.l2j-form-input {
    width: 50%;
    text-align: right;
}

.l2j-input-field {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #3d3d3d;
    background-color: #111111;
    color: #FFF700;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 13px;
}

.l2j-form-submit-spacing {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px dashed #2a2a2a;
}

.l2j-recover-panel {
    color: #c0c0c0;
    padding-top: 20px;
    max-width: 450px;
    margin: 0 auto;
}

.l2j-info-message {
    background-color: #1a1a1a;
    border: 1px solid #3a3a3a;
}

/* Virsutinio (pagindinio) meniu stilius */
.main-nav-bar {
    /* Sukuriame tamsų gradientą, imituojantį metalą */
    background: linear-gradient(to bottom, #2d2d2d 0%, #1a1a1a 100%);
    /* Tamsus rėmelis duoda gylio */
    border: 1px solid #444444; 
    /* Subtilus šešėlis, kad juosta išsiskirtų */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    padding: 0;
    margin: 0 auto; /* Centruoja juostą visame puslapyje */
    height: 40px; /* Bazinė juostos aukštis */
    display: flex; /* Naudojame Flexbox centravimui */
    align-items: center;
}

.nav-list {
    /* Meniu elementų išdėstymas */
    list-style: none;
    padding: 0;
    margin: 0 auto; /* Centruoja sąrašą juostos viduje */
    display: flex;
    justify-content: center; /* Išcentruoja elementus horizontaliai */
    align-items: center;
    height: 100%;
}

/* KIEKVIENAS MENIU PUNKTAS */
.nav-item {
    margin: 0;
    position: relative;
    /* Pridedame ploną liniją tarp mygtukų */
    border-right: 1px solid #3d3d3d;
    border-left: 1px solid #000000; /* Duoda 3D įspūdį */
}

/* PASKUTINIO PUNTO PAŠALINAME KRAŠTINĘ */
.nav-list .nav-item:last-child {
    border-right: none;
}
/* PIRMO PUNTO PAŠALINAME KRAŠTINĘ (jei reikia švarumo) */
.nav-list .nav-item:first-child {
    border-left: none;
}

.nav-link {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    
    color: #cccccc; 
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    
    transition: all 0.2s ease-in-out;
}

.nav-link:hover {
    color: #ffffff;
    text-shadow: 0 0 7px #00ffcc, 1px 1px 2px rgba(0, 0, 0, 0.9); 
    background-color: rgba(255, 255, 255, 0.05);
}

.current-page .nav-link {
    color: #ffcc00;
    text-shadow: 0 0 8px #ffcc00, 0 0 10px #ffcc00, 1px 1px 2px rgba(0, 0, 0, 0.9);
    background-color: rgba(0, 0, 0, 0.2);
}

/* ================================================= */
/* ĮSTRIGUSIO PERSONAŽO ATKŪRIMO STILIAI          */
/* ================================================= */

.l2j-recover-panel {
    color: #c0c0c0;
    padding-top: 20px;
    max-width: 450px;
    margin: 0 auto;
}

/* Informacinis blokas */
.l2j-info-message {
    background-color: #1a1a1a;
    border: 1px solid #3a3a3a;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.l2j-info-message h3 {
    color: #ffcc00; /* Auksinis tekstas */
    margin-bottom: 10px;
    font-size: 16px;
}

.l2j-info-message p {
    font-size: 13px;
    color: #c0c0c0;
}

.l2j-info-center {
    text-align: center;
}

/* ================================================= */
/* ŽEMĖLAPIŲ / ZONŲ INFORMACIJOS STILIAI          */
/* ================================================= */

.l2j-map-info-panel {
    color: #c0c0c0;
    line-height: 1.6;
}

/* Bendras atstumas viršuje (pvz., po error pranešimo) */
.l2j-spacing-top-large {
    margin-top: 25px;
}

/* Item Highlight (buvusi <font color="FFF000">) */
.l2j-item-highlight {
    color: #FFF000;
    font-weight: bold;
}

/* --- Navigacijos Meniu --- */

.l2j-map-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 15px 10px;
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
}

.l2j-nav-link {
    color: #ff6600;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    transition: color 0.2s, background-color 0.2s;
    border-radius: 3px;
    font-size: 13px;
}

.l2j-nav-link:hover {
    color: #ffffff;
    background-color: #ff6600;
}


/* --- Bendras Aprašymas ir Paveikslėliai --- */

.l2j-zone-description {
    margin: 20px 0;
    padding: 0 10px;
    text-align: justify;
}

.l2j-zone-description p {
    margin-bottom: 15px;
}

.l2j-zone-image-full {
    text-align: center;
    margin-bottom: 20px;
}

.l2j-zone-img-header {
    max-width: 100%;
    height: auto;
    border: 1px solid #4a4a4a;
}

.l2j-zone-center-image {
    text-align: center;
    margin: 20px 0;
}

/* Sub-antraštė */
.l2j-subsection-heading {
    color: #ffcc00;
    text-align: center;
    font-size: 16px;
    margin: 30px 0 20px 0;
    padding-bottom: 5px;
    border-bottom: 1px dotted #3a3a3a;
}

/* --- Mob Drop Kortelė --- */

.l2j-mob-drop-card {
    display: flex;
    background-color: #1a1a1a;
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    margin-bottom: 25px;
    overflow: hidden;
    max-width: 480px; /* Išlaikome kompaktišką plotį */
    margin-left: auto;
    margin-right: auto;
}

.l2j-mob-image-col {
    width: 40%;
    min-width: 150px;
    background-color: #111111;
    padding: 10px;
    text-align: center;
}

.l2j-mob-drop-col {
    width: 60%;
    padding: 15px 20px;
}

.l2j-mob-title {
    color: #ff6600;
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #2a2a2a;
}

.l2j-mob-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
    border: 1px solid #2a2a2a;
}

.l2j-mob-drop-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.l2j-mob-drop-col li {
    margin-bottom: 5px;
}

/* Prisitaikymas mažesniems ekranams */
@media (max-width: 500px) {
    .l2j-mob-drop-card {
        flex-direction: column;
        max-width: 95%;
    }
    .l2j-mob-image-col, .l2j-mob-drop-col {
        width: 100%;
        text-align: center;
    }
    .l2j-mob-drop-col {
        padding-top: 0;
    }
    .l2j-mob-drop-col ul {
        text-align: left;
        padding-left: 20px;
    }
    .l2j-map-nav {
        gap: 5px;
        padding: 10px 5px;
    }
}