.certificate-error {
    display: block; /* Ensures the span behaves like a block-level element */
    width: 100%;    /* Ensures it takes full width of its container */
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #fd625e;
    text-align: right; /* Align text to the right */
}

