.page-resources-bet88-link-security-guide {
    color: #333333;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    background-color: #ffffff;
}

.page-resources-bet88-link-security-guide__hero-section {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: var(--header-offset, 120px);
    box-sizing: border-box;
}

.page-resources-bet88-link-security-guide__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: none;
}

.page-resources-bet88-link-security-guide__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.page-resources-bet88-link-security-guide__hero-content {
    position: relative;
    z-index: 3;
    color: #ffffff;
    max-width: 900px;
    padding: 0 20px;
}

.page-resources-bet88-link-security-guide__hero-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: #FFFF00;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-bet88-link-security-guide__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-bet88-link-security-guide__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box;
}

.page-resources-bet88-link-security-guide__section-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-bet88-link-security-guide__section-title {
    font-size: 2.5em;
    color: #017439;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-bet88-link-security-guide__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #017439;
    border-radius: 2px;
}

.page-resources-bet88-link-security-guide__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333333;
}

.page-resources-bet88-link-security-guide__paragraph--center {
    text-align: center;
    font-weight: bold;
}

.page-resources-bet88-link-security-guide__sub-title {
    font-size: 1.8em;
    color: #017439;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-bet88-link-security-guide__image-text-block {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.page-resources-bet88-link-security-guide__image-text-block--reverse {
    flex-direction: row-reverse;
}

.page-resources-bet88-link-security-guide__image-text-block .page-resources-bet88-link-security-guide__image {
    flex: 1;
    max-width: 50%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    filter: none;
}

.page-resources-bet88-link-security-guide__image-text-block .page-resources-bet88-link-security-guide__text-content {
    flex: 1;
    max-width: 50%;
}

.page-resources-bet88-link-security-guide__cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-resources-bet88-link-security-guide__card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333333;
}

.page-resources-bet88-link-security-guide__card:hover {
    transform: translateY(-5px);
}

.page-resources-bet88-link-security-guide__card-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px;
    min-height: 200px;
    object-fit: cover;
    filter: none;
}

.page-resources-bet88-link-security-guide__card-title {
    font-size: 1.5em;
    color: #017439;
    margin-bottom: 10px;
}