/* CryptoMixer — custom overrides */

/* Mixer form area */
.mixer {
    padding: 40px 0;
}
.mixer .setup,
.mixer .status {
    padding-bottom: 40px;
}
.mixer h1 {
    font-weight: 300;
    font-size: 24pt;
    color: #3b4346;
}

/* Enter code field */
.enter-code {
    margin-bottom: 25px;
    position: relative;
}
.enter-code .quest {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #34bf14;
    cursor: help;
    font-weight: bold;
}

/* Addresses section */
.addresses {
    margin-bottom: 25px;
}
.addresses .stepped p {
    font-weight: 300;
    font-size: 12pt;
    margin-bottom: 10px;
}

/* Step numbers */
.stepped {
    position: relative;
}
.stepped .step {
    position: absolute;
    right: -40px;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #34bf14;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
}

/* Fee area */
.fee p {
    font-weight: 300;
    font-size: 11pt;
    margin-bottom: 5px;
}
.fee .percents {
    color: #34bf14;
    font-weight: 700;
}

/* Input fields */
.input {
    display: block;
    width: 100%;
    padding: 12px 15px;
    font-size: 12pt;
    font-family: 'Rubik', sans-serif;
    border: 1px solid #ededed;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
}
.input:focus {
    border-color: #34bf14;
}

/* Recipient area */
.recipient {
    background: #f9f9f9;
    border: 1px solid #ededed;
    border-radius: 4px;
    padding: 20px;
    margin-top: 15px;
}
.bitaddress {
    font-family: monospace;
    font-size: 13pt;
    word-break: break-all;
    color: #3b4346;
}

/* QR code */
.qr-code {
    margin: 20px auto;
    text-align: center;
}
.qr-code img {
    max-width: 225px;
}

/* Table overrides */
.table td {
    padding: 8px 12px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
}
.table td:first-child {
    font-weight: 500;
    color: #777;
    white-space: nowrap;
    width: 150px;
}

/* Captcha */
#captcha_image {
    border: 1px solid #ededed;
    border-radius: 4px;
}

/* Range slider styling */
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #b6f1a8 0%, #34bf14 100%);
    border-radius: 4px;
    outline: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #34bf14;
    border-radius: 50%;
    cursor: pointer;
}
input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #34bf14;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

/* Blog pages */
.blog-list {
    padding: 40px 0;
}
.blog-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    transition: box-shadow 0.2s;
}
.blog-card:hover {
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.blog-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
}
.blog-card h3 a {
    color: #3b4346;
}
.blog-card h3 a:hover {
    color: #34bf14;
}
.blog-card .meta {
    color: #999;
    font-size: 12px;
    margin-bottom: 8px;
}
.blog-card .excerpt {
    color: #666;
    font-size: 13px;
}

/* Pagination */
.blog-pagination {
    text-align: center;
    padding: 20px 0;
}
.blog-pagination a,
.blog-pagination span {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 3px;
    border: 1px solid #ededed;
    border-radius: 4px;
    color: #3b4346;
    text-decoration: none;
}
.blog-pagination span.current {
    background: #34bf14;
    color: white;
    border-color: #34bf14;
}
.blog-pagination a:hover {
    border-color: #34bf14;
    color: #34bf14;
}

/* Article page */
.article-content {
    max-width: 780px;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 15px;
    line-height: 1.7;
    color: #3b4346;
}
.article-content h1 {
    font-size: 28px;
    margin-bottom: 15px;
}
.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Dorgen content overrides — fix transparent/white/invisible text */
.article-body,
.article-body * {
    color: #3b4346 !important;
    background-color: transparent !important;
}
.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6,
.article-body strong,
.article-body b {
    color: #2a2f33 !important;
}
.article-body a {
    color: #34bf14 !important;
}
.article-body a:hover {
    color: #3b4346 !important;
}
.article-body p {
    margin-bottom: 16px;
    line-height: 1.8;
}
.article-body ul,
.article-body ol {
    margin: 0 0 16px 24px;
}
.article-body li {
    margin-bottom: 6px;
}
.article-body img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 4px;
    margin: 16px 0;
    display: block;
}
.article-body blockquote {
    border-left: 3px solid #34bf14;
    padding: 10px 20px;
    margin: 16px 0;
    background: #f5fff3;
    color: #3b4346 !important;
}
.article-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}
.article-body table td,
.article-body table th {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    color: #3b4346 !important;
}

/* Static pages (how, why, fees, faq) */
.static-page {
    max-width: 780px;
    margin: 0 auto;
    padding: 40px 15px;
}
.static-page h1 {
    font-size: 24pt;
    font-weight: 300;
    margin-bottom: 20px;
    color: #3b4346;
}
.static-page h2 {
    font-size: 16pt;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #3b4346;
}
.static-page p {
    font-size: 13pt;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}
.static-page ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.static-page li {
    margin-bottom: 8px;
    font-size: 13pt;
    color: #555;
}
.static-page .highlight {
    background: #f5fff3;
    border-left: 3px solid #34bf14;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 4px 4px 0;
}

/* Responsive */
@media (max-width: 767px) {
    .stepped .step {
        display: none;
    }
    .intro-picture {
        text-align: center;
        margin-bottom: 20px;
    }
    .intro-picture img {
        max-width: 250px;
    }
}
