﻿/* Container styling */
.containerjj {
    display: block; /* Giống mobile */
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px; /* Giữ kích thước khung */
}

.containerjj .left {
    margin-top: 0px; /* Giống mobile */
	margin-bottom: 10px; /* Giống mobile */
}

.containerjj .right {
    padding: 0px; /* Giống mobile */
}

.containerjj .url {
    font-size: 28px;
    font-weight: 700;
    color: #3A4148;
    text-align: center;
}

.containerjj .vip66x {
    width: 100%;
}

.containerjj .banner {
    margin-top: 0px; /* Giữ margin nhỏ như mobile */
    text-align: center;
}

.containerjj .banner img {
    width: 100%;
    border-radius: 8px;
    margin-top: 8px;
}

.containerjj .fg {
    display: block; /* Hiển thị fg như mobile */
    float: left;
    margin-right: 5px;
}

.bn01 {
    display: none; /* Ẩn bn01 giống mobile */
}

/* Responsive adjustments for small screens */
@media (max-width: 768px) {
    .containerjj .url {
        font-size: 20px;
    }
    .containerjj {
        padding: 20px;
    }
    .containerjj .fg {
        display: block;
        float: left;
        margin-right: 5px;
    }
    .containerjj .left {
        margin-top: 0px;
    }
    .containerjj .right {
        padding: 0px;
    }
    .bn01 {
        display: none;
    }
}

/* URL list styling */
.url-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.url-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.url-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.url-item a {
    color: #d30208; /* Dark blue color */
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #d30208; /* Blue border around the URL */
    padding: 8px 12px;
    border-radius: 0; /* Remove rounded corners */
    flex: 1.2; /* Shorten the URL box further */
    margin-right: 20px; /* Increase margin to create more space */
    display: block;
    text-align: center; /* Center text */
    background-color: white;
    box-sizing: border-box;
}

.access-button {
    background: linear-gradient(to top, #d30208, #f44336); /* Gradient from bottom to top */
    border: 1px solid #d30208; /* Matching border color */
    color: white;
    padding: 10px 16px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0px;
    transition: background-color 0.3s ease;
    min-width: 120px;
    flex: 0.6; /* Adjust the access button size */
}

/* Hiệu ứng khi hover */
.access-button:hover {
    background: linear-gradient(to top, #fe3203, #d30208); /* Màu gradient tối hơn khi hover */
}


/* Responsive adjustments */
@media (max-width: 768px) {
	.containerjj .url {
		font-size:20px;
	}
	.containerjj .item {
		margin:0px;
	}
	.containerjj {
		display:block;
		padding: 20px;
	}
	.containerjj .fg {
		display:block;
		float: left;
		margin-right: 5px;
	}
	.containerjj .item a img{
		width:6px;
	}
	.containerjj .banner {
		margin-top:0px;
	}
	.containerjj .left {
		margin-top:0px;
	}
	.containerjj .right {
		padding:0px;
	}
	.bn01 {
		display:none;
	}
}
