/* Custom Branding Colors from Image */
.text-arbiter-purple {
    color: #92278f;
    text-decoration: none;
}
.text-arbiter-blue {
    color: #008eb2; /* Matches the bottom note */
}

/* Custom Button Styling */
.btn-arbiter {
    background-color: #9d1d96;
    color: white;
    font-weight: 600;
    border-radius: 4px; /* Slight rounded corners */
    padding: 10px 20px;
    text-decoration: none;
    border: none;
}
.btn-arbiter:hover {
    background-color: #7a1575;
    color: white;
}

/* Typography Tweaks */
h1 { font-weight: 300; margin-bottom: 20px; }
.subheading { font-weight: 700; font-size: 1.1rem; margin-bottom: 20px; }
ol li { margin-bottom: 12px; line-height: 1.5; color: #444; }

blockquote {
    border: 8px solid #eee;
    padding-bottom: 20px;
    background-image: url(../img/oafs_icon.png);
    background-repeat: no-repeat;
    background-position-x: 105%;
    background-position-y: 122%;
}