﻿/* Default CSS */
/* Generated by HTML Express - www.TumbliingDiceSoftware.com */

.pre33-page .section-title {
            border-top: thin solid #c0c0c0;
            border-bottom: thin solid #c0c0c0;
            padding: 4px 0;
            margin-top: 14px;
        }

        .pre33-page .design {
            margin-top: 8px;
            padding-left: 22px;
			text-align:justify;
        }

        .pre33-page .design li {
            padding-bottom: 10px;
            list-style-type: circle;
			text-align:justify;
        }
		.homePCommon {
			text-align: justify;
		}

        .quickFacts {
            display: grid;
            grid-template-columns: repeat(2, minmax(160px, 1fr));
            gap: 8px;
            margin: 12px 0;
        }

        .quickFact {
            border: 1px solid #d6d6d6;
            border-radius: 8px;
            background: #f7f7f7;
            padding: 8px 10px;
        }

        .quickFactLabel {
            display: block;
            font-size: .82rem;
            color: #555;
            font-weight: bold;
        }

        .quickFactValue {
            display: block;
            font-size: .98rem;
            color: #1f2937;
        }
		
		.gold-value,
		.gold-total {
		    color: #0f5f2e;
		    font-weight: bold;
		}
        
		.infoBox,
        .noteBox {
            margin: 12px 0;
            padding: 10px 12px;
            border-radius: 8px;
            line-height: 1.35;
			text-align: justify;
        }

        .infoBox {
            border: 1px solid #d6d6d6;
            background: #f7f7f7;
        }

        .noteBox {
            border-left: 4px solid #7E481C;
            background: #fbfbfb;
            color: #444;
        }

        .popularCoin {
            display: inline-block;
            background: #d4af37;
            color: #000;
            font-size: .72rem;
            padding: 2px 6px;
            border-radius: 10px;
            font-weight: bold;
            white-space: nowrap;
            margin-left: 4px;
        }

        .coinTag {
            display: inline-block;
            background: #e8ecef;
            color: #333;
            font-size: .72rem;
            padding: 2px 6px;
            border-radius: 10px;
            white-space: nowrap;
            margin-left: 4px;
        }

        .pre33-page .melt-table td:nth-child(3),
        .pre33-page .melt-table td:nth-child(4),
        .pre33-page .melt-table td:nth-child(5),
        .pre33-page .melt-table th:nth-child(3),
        .pre33-page .melt-table th:nth-child(4),
        .pre33-page .melt-table th:nth-child(5) {
            text-align: right;
            white-space: nowrap;
        }

        .pre33-page .melt-table td:nth-child(2),
        .pre33-page .melt-table th:nth-child(2) {
            text-align: left;
        }

        .pre33-page p {
            text-align: justify;
        }

        @media (max-width: 700px) {
            .quickFacts {
                grid-template-columns: 1fr;
            }

            .popularCoin,
            .coinTag {
                margin-top: 3px;
                margin-left: 0;
            }
			
			.homePCommon {
				text-align: justify;
				font-size: 0.85rem;
			}	
        }
    
        .pre33-controls {
            display: grid;
            grid-template-columns: minmax(180px, 34%) auto;
            gap: 10px;
            align-items: end;
            margin: 12px 0 14px 0;
        }

        .pre33-controls label {
            display: block;
            font-weight: bold;
            margin-bottom: 4px;
        }

        .pre33-controls input {
            width: 100%;
        }

        #goldSpot {
            width: 140px;
            max-width: 140px;
        }

        #pre33ResetBtn {
            width: fit-content;
            justify-self: end;
            padding-left: 10px;
            padding-right: 10px;
            white-space: nowrap;
        }

        .pre33-page .pre33-table {
            width: 100%;
            border-collapse: collapse;
            table-layout: fixed;
        }

        .pre33-page .pre33-table th,
        .pre33-page .pre33-table td {
            padding: 6px 8px;
            border: 1px solid #cdcdcd;
            vertical-align: middle;
        }

        .pre33-page .pre33-table tr:nth-child(even) td {
            background: #f5f5f5;
        }

        .pre33-page .pre33-table th {
            background: #f0f0f0;
            font-size: 0.92rem;
        }

        .pre33-page .pre33-table td:nth-child(1),
        .pre33-page .pre33-table th:nth-child(1),
        .pre33-page .pre33-table td:nth-child(3),
        .pre33-page .pre33-table th:nth-child(3),
        .pre33-page .pre33-table td:nth-child(4),
        .pre33-page .pre33-table th:nth-child(4),
        .pre33-page .pre33-table td:nth-child(5),
        .pre33-page .pre33-table th:nth-child(5) {
            text-align: right;
            white-space: nowrap;
        }

        .pre33-page .pre33-table td:nth-child(2),
        .pre33-page .pre33-table th:nth-child(2) {
            text-align: left;
        }

        .pre33-page .qty-col {
            width: 50px;
        }

        .pre33-page .coin-col {
            width: auto;
			font-weight: bold;
        }

        .pre33-page .agw-col {
            width: 78px;
        }

        .pre33-page .gold-val-col {
            width: 94px;
        }

        .pre33-page .total-col {
            width: 92px;
        }

        .pre33-page .pre33-qty {
            width: 40px;
            min-width: 40px;
            max-width: 40px;
            padding: 4px 2px;
            text-align: center;
        }

		.coinInfo::after {
		    pointer-events: none;
		}
		
        .coinInfo {
            position: relative;
            display: inline-block;
            border-bottom: 1px dotted #777;
            cursor: help;
			font-weight: bold;
        }

        .coinInfo::after {
            content: attr(data-info);
            position: absolute;
            left: 0;
            bottom: 125%;
            display: none;
            width: max-content;
            max-width: 220px;
            padding: 7px 9px;
            border: 1px solid #bfbfbf;
            border-radius: 7px;
            background: #ffffff;
            color: #222;
            font-size: 0.82rem;
            line-height: 1.25;
            white-space: normal;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
            z-index: 20;
        }

        .coinInfo:hover::after,
        .coinInfo:focus::after {
            display: block;
        }

        .pre33-totals {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 8px;
            margin-top: 10px;
            padding-top: 8px;
            border-top: 1px solid #cfcfcf;
        }

        .pre33-total-box {
            border: 1px solid #cfcfcf;
            border-radius: 6px;
            background: #f5f5f5;
            padding: 8px 6px;
            text-align: center;
        }

        .pre33-total-label {
            display: block;
            color: #505050;
            font-size: 0.85rem;
            font-weight: bold;
            white-space: nowrap;
            margin-bottom: 4px;
        }

        .pre33-total-value {
            display: block;
            font-size: 1rem;
            font-weight: bold;
            white-space: nowrap;
        }

        @media (max-width: 700px) {
            .pre33-controls {
                grid-template-columns: 150px auto;
                align-items: end;
            }

            #goldSpot {
                width: 140px;
                max-width: 140px;
            }

            #pre33ResetBtn {
                justify-self: end;
                width: auto;
                min-width: 0;
                padding-left: 10px;
                padding-right: 10px;
            }

            .pre33-totals {
                grid-template-columns: repeat(3, 1fr);
                gap: 4px;
            }

            .pre33-total-box {
                padding: 6px 3px;
            }

            .pre33-total-label {
                font-size: 0.68rem;
            }

            .pre33-total-value {
                font-size: 0.78rem;
            }

            .pre33-page .pre33-table th,
            .pre33-page .pre33-table td {
                padding: 6px 4px;
                font-size: 0.86rem;
            }

            .pre33-page .qty-col {
                width: 46px;
            }

            .pre33-page .agw-col {
                width: 70px;
            }

            .pre33-page .gold-val-col {
                width: 82px;
            }

            .pre33-page .total-col {
                width: 82px;
            }

            .coinInfo::after {
                left: auto;
                right: 0;
                max-width: 190px;
            }
        }

        .resource-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(180px, 1fr));
            gap: 12px;
            margin: 14px 0;
        }
        .resource-card, .pre33-link-card {
            border: 1px solid #d6d6d6;
            border-radius: 8px;
            background: #f7f7f7;
            padding: 10px 12px;
        }
        .resource-card a {
            display: block;
            color: #1f2937;
            font-weight: bold;
            text-decoration: none;
            margin-bottom: 5px;
        }
        .resource-card p {
            margin: 0;
            font-size: 0.92rem;
            color: #444;
            text-align: left;
        }
        .pre33-link-card {
            margin: 12px 0;
            text-align: center;
            font-weight: bold;
        }
        .pre33-link-card a {
            color: #7E481C;
            text-decoration: none;
        }
        .resource-card a:hover, .pre33-link-card a:hover {
            text-decoration: underline;
        }
        @media (max-width: 700px) {
            .resource-grid {
                grid-template-columns: 1fr;
            }
        }
