body.drivebit-static-info-page {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #1a1a1a;
}

body.drivebit-static-info-page #root {
    display: none !important;
}

.drivebit-info-page {
    box-sizing: border-box;
    max-width: 800px;
    margin: 0 auto;
    padding: 24px var(--drivebit-page-pad-x, 40px) 48px;
    flex: 1 0 auto;
    width: 100%;
}

.drivebit-info-page__back {
    display: inline-block;
    margin-bottom: 16px;
    color: #2962ff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.drivebit-info-page__back:hover {
    text-decoration: underline;
}

.drivebit-info-page h1 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.drivebit-info-page__subtitle {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #5f6368;
}

.drivebit-info-page__legal-text {
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    white-space: pre-wrap;
    word-break: break-word;
    color: #1a1a1a;
}

.drivebit-info-page h2 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.drivebit-info-page p {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.drivebit-info-page p:last-child {
    margin-bottom: 0;
}

.drivebit-info-page p.drivebit-info-page__tight {
    margin-bottom: 4px;
}

.drivebit-info-page p.drivebit-info-page__section-end {
    margin-bottom: 24px;
}

.drivebit-info-page a {
    color: #2962ff;
    text-decoration: none;
}

.drivebit-info-page a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .drivebit-info-page {
        padding-left: var(--drivebit-page-pad-x-mobile, 16px);
        padding-right: var(--drivebit-page-pad-x-mobile, 16px);
    }
}

.drivebit-payment-result {
    box-sizing: border-box;
    max-width: 560px;
    margin: 0 auto;
    padding: 24px var(--drivebit-page-pad-x, 40px) 48px;
    flex: 1 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.drivebit-payment-result__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: rgb(34, 197, 94);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.drivebit-payment-result__icon--failure {
    background-color: #ec4899;
}

.drivebit-payment-result__details {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #5f6368;
    word-break: break-word;
}

.drivebit-payment-result__details[hidden] {
    display: none;
}

.drivebit-payment-result__title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.drivebit-payment-result__message {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #5f6368;
}

.drivebit-payment-result__button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    margin-top: 8px;
    padding: 14px 24px;
    border-radius: 8px;
    background-color: #2962ff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.drivebit-payment-result__button:hover {
    background-color: #6b46c1;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .drivebit-payment-result {
        padding-left: var(--drivebit-page-pad-x-mobile, 16px);
        padding-right: var(--drivebit-page-pad-x-mobile, 16px);
    }
}
