.elementor-444 .elementor-element.elementor-element-f9fc29c{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-444 .elementor-element.elementor-element-72c7c90 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:600;color:#2D126B;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-444 .elementor-element.elementor-element-0b41b80{text-align:left;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:500;color:#2D126B;}.elementor-444 .elementor-element.elementor-element-68a4cc3{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-444 .elementor-element.elementor-element-30b53ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-444 .elementor-element.elementor-element-30b53ac.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-444 .elementor-element.elementor-element-834747a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-444 .elementor-element.elementor-element-0cd46b6{--display:flex;}.elementor-444 .elementor-element.elementor-element-fef8495{text-align:left;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:500;color:#2D126B;}.elementor-444 .elementor-element.elementor-element-3bb2df7{--display:flex;}.elementor-444 .elementor-element.elementor-element-f6a7d57{text-align:left;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:500;color:#2D126B;}.elementor-444 .elementor-element.elementor-element-1d06bff{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-444 .elementor-element.elementor-element-d24682a .elementor-button{background-color:#2D126B;border-radius:15px 15px 15px 15px;padding:15px 45px 15px 45px;}.elementor-444 .elementor-element.elementor-element-d24682a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 15px 0px;}.elementor-444 .elementor-element.elementor-element-d24682a .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-444 .elementor-element.elementor-element-25f6dee .elementor-button{background-color:#2D126B;border-radius:15px 15px 15px 15px;padding:15px 45px 15px 45px;}.elementor-444 .elementor-element.elementor-element-25f6dee > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 15px 0px;}.elementor-444 .elementor-element.elementor-element-25f6dee .elementor-button-content-wrapper{flex-direction:row;}@media(min-width:768px){.elementor-444 .elementor-element.elementor-element-30b53ac{--width:50%;}.elementor-444 .elementor-element.elementor-element-834747a{--width:50%;}}/* Start custom CSS for text-editor, class: .elementor-element-fef8495 *//* High Alching OSRS Article Table Styles */

.article-content table,
.content-area table,
.post-content table {
  width: 100%;
  background: linear-gradient(135deg, #1a1625 0%, #252238 100%);
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 
    0 8px 32px rgba(138, 43, 226, 0.15),
    0 2px 8px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  margin: 25px 0;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  border: 1px solid #3d3654;
  font-size: 14px;
}

/* Table Headers */
.article-content table thead,
.content-area table thead,
.post-content table thead {
  background: linear-gradient(135deg, #6a4c93 0%, #8a2be2 100%);
  position: relative;
}

.article-content table thead::after,
.content-area table thead::after,
.post-content table thead::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    #9370db 20%, 
    #8a2be2 50%, 
    #9370db 80%, 
    transparent 100%);
}

.article-content table th,
.content-area table th,
.post-content table th {
  padding: 14px 16px;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  text-align: left;
}

.article-content table th:last-child,
.content-area table th:last-child,
.post-content table th:last-child {
  border-right: none;
}

/* Table Body */
.article-content table tbody tr,
.content-area table tbody tr,
.post-content table tbody tr {
  background: #1e1b2e;
  transition: all 0.3s ease;
  border-bottom: 1px solid #3d3654;
}

.article-content table tbody tr:nth-child(odd),
.content-area table tbody tr:nth-child(odd),
.post-content table tbody tr:nth-child(odd) {
  background: #221f35;
}

.article-content table tbody tr:hover,
.content-area table tbody tr:hover,
.post-content table tbody tr:hover {
  background: linear-gradient(135deg, #2a2540 0%, #342f4a 100%);
  box-shadow: 
    inset 0 0 20px rgba(138, 43, 226, 0.1),
    0 4px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-1px);
}

.article-content table td,
.content-area table td,
.post-content table td {
  padding: 12px 16px;
  color: #e0dce7;
  font-size: 13px;
  font-weight: 500;
  border-right: 1px solid #3d3654;
  vertical-align: middle;
  position: relative;
  line-height: 1.4;
}

.article-content table td:last-child,
.content-area table td:last-child,
.post-content table td:last-child {
  border-right: none;
}

/* Special styling for first column (Item names) */
.article-content table td:first-child,
.content-area table td:first-child,
.post-content table td:first-child {
  color: #c9a9dd;
  font-weight: 600;
  text-shadow: 0 0 4px rgba(201, 169, 221, 0.2);
}

/* Special styling for profit columns (contains "gp" or "K") */
.article-content table td:contains("gp"),
.content-area table td:contains("gp"),
.post-content table td:contains("gp"),
.article-content table td[data-profit],
.content-area table td[data-profit],
.post-content table td[data-profit] {
  color: #00ff88;
  font-weight: 600;
  text-shadow: 0 0 4px rgba(0, 255, 136, 0.2);
}

/* Style cells containing GP values */
.article-content table td:nth-child(2),
.article-content table td:nth-child(4),
.content-area table td:nth-child(2),
.content-area table td:nth-child(4),
.post-content table td:nth-child(2),
.post-content table td:nth-child(4) {
  color: #00ff88;
  font-weight: 600;
  text-shadow: 0 0 4px rgba(0, 255, 136, 0.2);
}

/* Special styling for notes/description columns (usually last column) */
.article-content table td:last-child,
.content-area table td:last-child,
.post-content table td:last-child {
  color: #b8b3c4;
  font-size: 12px;
  line-height: 1.3;
}

/* Numeric columns alignment */
.article-content table td:nth-child(3),
.article-content table td:nth-child(5),
.content-area table td:nth-child(3),
.content-area table td:nth-child(5),
.post-content table td:nth-child(3),
.post-content table td:nth-child(5) {
  text-align: center;
  font-variant-numeric: tabular-nums;
}

/* Mobile responsive design */
@media screen and (max-width: 768px) {
  .article-content table,
  .content-area table,
  .post-content table {
    border-radius: 8px;
    font-size: 12px;
    margin: 20px -10px;
  }
  
  .article-content table th,
  .article-content table td,
  .content-area table th,
  .content-area table td,
  .post-content table th,
  .post-content table td {
    padding: 8px 10px;
  }
  
  .article-content table th,
  .content-area table th,
  .post-content table th {
    font-size: 11px;
  }
  
  .article-content table td,
  .content-area table td,
  .post-content table td {
    font-size: 11px;
  }
}

/* Very small screens - stack table */
@media screen and (max-width: 580px) {
  .article-content table,
  .article-content table thead,
  .article-content table tbody,
  .article-content table th,
  .article-content table td,
  .article-content table tr,
  .content-area table,
  .content-area table thead,
  .content-area table tbody,
  .content-area table th,
  .content-area table td,
  .content-area table tr,
  .post-content table,
  .post-content table thead,
  .post-content table tbody,
  .post-content table th,
  .post-content table td,
  .post-content table tr {
    display: block;
  }
  
  .article-content table thead tr,
  .content-area table thead tr,
  .post-content table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .article-content table tr,
  .content-area table tr,
  .post-content table tr {
    border: 1px solid #3d3654;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 12px;
    background: #221f35;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }
  
  .article-content table td,
  .content-area table td,
  .post-content table td {
    border: none;
    position: relative;
    padding: 6px 10px 6px 35%;
    text-align: right;
    font-size: 12px;
  }
  
  .article-content table td:before,
  .content-area table td:before,
  .post-content table td:before {
    content: attr(data-label) ": ";
    position: absolute;
    left: 10px;
    width: 30%;
    text-align: left;
    font-weight: 600;
    color: #c9a9dd;
    font-size: 11px;
  }
  
  /* Fallback labels for common table headers */
  .article-content table td:nth-child(1):before,
  .content-area table td:nth-child(1):before,
  .post-content table td:nth-child(1):before {
    content: "Item: ";
  }
  
  .article-content table td:nth-child(2):before,
  .content-area table td:nth-child(2):before,
  .post-content table td:nth-child(2):before {
    content: "Profit: ";
  }
  
  .article-content table td:nth-child(3):before,
  .content-area table td:nth-child(3):before,
  .post-content table td:nth-child(3):before {
    content: "Rate: ";
  }
  
  .article-content table td:nth-child(4):before,
  .content-area table td:nth-child(4):before,
  .post-content table td:nth-child(4):before {
    content: "Profit/hr: ";
  }
  
  .article-content table td:nth-child(5):before,
  .content-area table td:nth-child(5):before,
  .post-content table td:nth-child(5):before {
    content: "Limit: ";
  }
  
  .article-content table td:nth-child(6):before,
  .content-area table td:nth-child(6):before,
  .post-content table td:nth-child(6):before {
    content: "Notes: ";
  }
}

/* Scrollable table container for very wide tables */
.table-container {
  overflow-x: auto;
  margin: 20px 0;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .table-container {
    margin: 20px -15px;
    border-radius: 0;
  }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-d24682a *//* Target the container (adjust .elementor-444 .elementor-element.elementor-element-d24682a based on your Elementor structure) */
.magical-section {
    background: linear-gradient(135deg, #f5e6ff, #e6e6ff);
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Heading and subtext styling */
.magical-section h2 {
    font-size: 2.5em;
    color: #2a1a5e;
    margin-bottom: 10px;
}

.magical-section p {
    font-size: 1.1em;
    color: #4a3a7e;
    margin-bottom: 20px;
}

/* Magical animation on hover for magical-button (no base style changes) */
.magical-button:hover {
    animation: 
        magicalSpell 1.5s ease-in-out infinite,
        enchantedGlow 2s ease-in-out infinite,
        shimmerSpell 2.5s linear infinite,
        magicalPulse 1s ease-in-out infinite alternate;
    box-shadow: 
        0 0 20px rgba(255, 215, 0, 0.6),
        0 0 40px rgba(138, 43, 226, 0.4),
        0 0 60px rgba(255, 105, 180, 0.3),
        inset 0 0 20px rgba(255, 255, 255, 0.1);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    background-image: 
        linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%),
        linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(138, 43, 226, 0.1));
    background-size: 200% 200%, 100% 100%;
}

/* Magical animation on hover for secondary-button (no base style changes) */
.secondary-button:hover {
    animation: 
        magicalSpell 1.5s ease-in-out infinite,
        enchantedGlow 2s ease-in-out infinite,
        shimmerSpell 2.5s linear infinite,
        magicalPulse 1s ease-in-out infinite alternate;
    box-shadow: 
        0 0 20px rgba(255, 215, 0, 0.6),
        0 0 40px rgba(138, 43, 226, 0.4),
        0 0 60px rgba(255, 105, 180, 0.3),
        inset 0 0 20px rgba(255, 255, 255, 0.1);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    border-color: #d4a017; /* Warm gold tint */
    background-image: 
        linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%),
        linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(138, 43, 226, 0.1));
    background-size: 200% 200%, 100% 100%;
}

/* Magical transformation keyframes */
@keyframes magicalSpell {
    0% {
        transform: translateY(0px) scale(1) rotate(0deg);
        box-shadow: 
            0 0 10px rgba(255, 215, 0, 0.3),
            0 0 20px rgba(138, 43, 226, 0.2),
            0 0 30px rgba(255, 105, 180, 0.1);
        filter: brightness(1) hue-rotate(0deg);
        background-position: 0% 0%;
    }
    25% {
        transform: translateY(-3px) scale(1.02) rotate(1deg);
        box-shadow: 
            0 0 15px rgba(255, 215, 0, 0.5),
            0 0 30px rgba(138, 43, 226, 0.3),
            0 0 45px rgba(255, 105, 180, 0.2);
        filter: brightness(1.1) hue-rotate(10deg);
        background-position: 25% 25%;
    }
    50% {
        transform: translateY(-5px) scale(1.05) rotate(0deg);
        box-shadow: 
            0 0 25px rgba(255, 215, 0, 0.7),
            0 0 50px rgba(138, 43, 226, 0.5),
            0 0 75px rgba(255, 105, 180, 0.3);
        filter: brightness(1.2) hue-rotate(20deg);
        background-position: 50% 50%;
    }
    75% {
        transform: translateY(-3px) scale(1.02) rotate(-1deg);
        box-shadow: 
            0 0 20px rgba(255, 215, 0, 0.6),
            0 0 40px rgba(138, 43, 226, 0.4),
            0 0 60px rgba(255, 105, 180, 0.2);
        filter: brightness(1.1) hue-rotate(10deg);
        background-position: 75% 75%;
    }
    100% {
        transform: translateY(0px) scale(1) rotate(0deg);
        box-shadow: 
            0 0 15px rgba(255, 215, 0, 0.4),
            0 0 30px rgba(138, 43, 226, 0.3),
            0 0 45px rgba(255, 105, 180, 0.2);
        filter: brightness(1) hue-rotate(0deg);
        background-position: 100% 100%;
    }
}

/* Enchanted glow animation */
@keyframes enchantedGlow {
    0%, 100% { filter: brightness(1) saturate(1) hue-rotate(0deg); }
    33% { filter: brightness(1.2) saturate(1.3) hue-rotate(60deg); }
    66% { filter: brightness(1.1) saturate(1.1) hue-rotate(-30deg); }
}

/* Magical shimmer effect */
@keyframes shimmerSpell {
    0% { background-position: -200% 0%, 0% 0%; }
    100% { background-position: 200% 0%, 0% 0%; }
}

/* Pulsing magical energy */
@keyframes magicalPulse {
    0% {
        border-color: rgba(255, 215, 0, 0.3);
        box-shadow: 
            0 0 20px rgba(255, 215, 0, 0.4),
            inset 0 0 20px rgba(255, 215, 0, 0.1);
    }
    100% {
        border-color: rgba(138, 43, 226, 0.7);
        box-shadow: 
            0 0 40px rgba(138, 43, 226, 0.6),
            inset 0 0 30px rgba(138, 43, 226, 0.2);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .magical-section h2 { font-size: 2em; }
    .magical-section p { font-size: 1em; }
    .magical-button, .secondary-button { display: block; margin: 10px auto; }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-25f6dee *//* Target the container (adjust .elementor-444 .elementor-element.elementor-element-25f6dee based on your Elementor structure) */
.magical-section {
    background: linear-gradient(135deg, #f5e6ff, #e6e6ff);
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Heading and subtext styling */
.magical-section h2 {
    font-size: 2.5em;
    color: #2a1a5e;
    margin-bottom: 10px;
}

.magical-section p {
    font-size: 1.1em;
    color: #4a3a7e;
    margin-bottom: 20px;
}

/* Magical animation on hover for magical-button (no base style changes) */
.magical-button:hover {
    animation: 
        magicalSpell 1.5s ease-in-out infinite,
        enchantedGlow 2s ease-in-out infinite,
        shimmerSpell 2.5s linear infinite,
        magicalPulse 1s ease-in-out infinite alternate;
    box-shadow: 
        0 0 20px rgba(255, 215, 0, 0.6),
        0 0 40px rgba(138, 43, 226, 0.4),
        0 0 60px rgba(255, 105, 180, 0.3),
        inset 0 0 20px rgba(255, 255, 255, 0.1);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    background-image: 
        linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%),
        linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(138, 43, 226, 0.1));
    background-size: 200% 200%, 100% 100%;
}

/* Magical animation on hover for secondary-button (no base style changes) */
.secondary-button:hover {
    animation: 
        magicalSpell 1.5s ease-in-out infinite,
        enchantedGlow 2s ease-in-out infinite,
        shimmerSpell 2.5s linear infinite,
        magicalPulse 1s ease-in-out infinite alternate;
    box-shadow: 
        0 0 20px rgba(255, 215, 0, 0.6),
        0 0 40px rgba(138, 43, 226, 0.4),
        0 0 60px rgba(255, 105, 180, 0.3),
        inset 0 0 20px rgba(255, 255, 255, 0.1);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    border-color: #d4a017; /* Warm gold tint */
    background-image: 
        linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%),
        linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(138, 43, 226, 0.1));
    background-size: 200% 200%, 100% 100%;
}

/* Magical transformation keyframes */
@keyframes magicalSpell {
    0% {
        transform: translateY(0px) scale(1) rotate(0deg);
        box-shadow: 
            0 0 10px rgba(255, 215, 0, 0.3),
            0 0 20px rgba(138, 43, 226, 0.2),
            0 0 30px rgba(255, 105, 180, 0.1);
        filter: brightness(1) hue-rotate(0deg);
        background-position: 0% 0%;
    }
    25% {
        transform: translateY(-3px) scale(1.02) rotate(1deg);
        box-shadow: 
            0 0 15px rgba(255, 215, 0, 0.5),
            0 0 30px rgba(138, 43, 226, 0.3),
            0 0 45px rgba(255, 105, 180, 0.2);
        filter: brightness(1.1) hue-rotate(10deg);
        background-position: 25% 25%;
    }
    50% {
        transform: translateY(-5px) scale(1.05) rotate(0deg);
        box-shadow: 
            0 0 25px rgba(255, 215, 0, 0.7),
            0 0 50px rgba(138, 43, 226, 0.5),
            0 0 75px rgba(255, 105, 180, 0.3);
        filter: brightness(1.2) hue-rotate(20deg);
        background-position: 50% 50%;
    }
    75% {
        transform: translateY(-3px) scale(1.02) rotate(-1deg);
        box-shadow: 
            0 0 20px rgba(255, 215, 0, 0.6),
            0 0 40px rgba(138, 43, 226, 0.4),
            0 0 60px rgba(255, 105, 180, 0.2);
        filter: brightness(1.1) hue-rotate(10deg);
        background-position: 75% 75%;
    }
    100% {
        transform: translateY(0px) scale(1) rotate(0deg);
        box-shadow: 
            0 0 15px rgba(255, 215, 0, 0.4),
            0 0 30px rgba(138, 43, 226, 0.3),
            0 0 45px rgba(255, 105, 180, 0.2);
        filter: brightness(1) hue-rotate(0deg);
        background-position: 100% 100%;
    }
}

/* Enchanted glow animation */
@keyframes enchantedGlow {
    0%, 100% { filter: brightness(1) saturate(1) hue-rotate(0deg); }
    33% { filter: brightness(1.2) saturate(1.3) hue-rotate(60deg); }
    66% { filter: brightness(1.1) saturate(1.1) hue-rotate(-30deg); }
}

/* Magical shimmer effect */
@keyframes shimmerSpell {
    0% { background-position: -200% 0%, 0% 0%; }
    100% { background-position: 200% 0%, 0% 0%; }
}

/* Pulsing magical energy */
@keyframes magicalPulse {
    0% {
        border-color: rgba(255, 215, 0, 0.3);
        box-shadow: 
            0 0 20px rgba(255, 215, 0, 0.4),
            inset 0 0 20px rgba(255, 215, 0, 0.1);
    }
    100% {
        border-color: rgba(138, 43, 226, 0.7);
        box-shadow: 
            0 0 40px rgba(138, 43, 226, 0.6),
            inset 0 0 30px rgba(138, 43, 226, 0.2);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .magical-section h2 { font-size: 2em; }
    .magical-section p { font-size: 1em; }
    .magical-button, .secondary-button { display: block; margin: 10px auto; }
}/* End custom CSS */